configs/colibri_vf.h: drop sdboot in favour of distro_bootcmd
authorMax Krummenacher <max.krummenacher@toradex.com>
Tue, 16 Jun 2020 19:20:05 +0000 (22:20 +0300)
committerStefano Babic <sbabic@denx.de>
Mon, 22 Jun 2020 15:42:21 +0000 (17:42 +0200)
commit1fd988a9fade5ecff8a6841f9f7932cf83ee18cd
tree806d872ddf960cb0868efb04011dbca8853026c2
parenta0092cf236907e8ced652c9ef1fc5bfa7e6fdee7
configs/colibri_vf.h: drop sdboot in favour of distro_bootcmd

The distro bootscript uses kernel_image to get the file name of
the kernel, so change that variable name.
UBI boot has precedence in the default boot command. If one wants
to boot from SD with a working NAND installation stop in U-Boot
and enter:

setenv fdtfile ${soc}-colibri-${fdt_board}.dtb && run distro_bootcmd

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
include/configs/colibri_vf.h