commit | 1fd988a9fade5ecff8a6841f9f7932cf83ee18cd | [log] [tgz] |
---|---|---|
author | Max Krummenacher <max.krummenacher@toradex.com> | Tue Jun 16 22:20:05 2020 +0300 |
committer | Stefano Babic <sbabic@denx.de> | Mon Jun 22 17:42:21 2020 +0200 |
tree | 806d872ddf960cb0868efb04011dbca8853026c2 | |
parent | a0092cf236907e8ced652c9ef1fc5bfa7e6fdee7 [diff] |
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>