diff --git a/recipes-bsp/u-boot/files/boot.cmd b/recipes-bsp/u-boot/files/boot.cmd index 7f6705a..57295c4 100644 --- a/recipes-bsp/u-boot/files/boot.cmd +++ b/recipes-bsp/u-boot/files/boot.cmd @@ -18,8 +18,8 @@ itest.b *0x10028 == 0x03 && echo "U-boot loaded from SPI" echo "Boot script loaded from ${devtype}" -if test -e ${devtype} ${devnum} config.txt; then - load ${devtype} ${devnum} ${load_addr} config.txt +if test -e ${devtype} ${devnum} diya-config.txt; then + load ${devtype} ${devnum} ${load_addr} diya-config.txt env import -t ${load_addr} ${filesize} fi