diff --git a/config/u-boot/boot.cmd b/config/u-boot/boot.cmd index d9a8c2b15..e8ee59a08 100644 --- a/config/u-boot/boot.cmd +++ b/config/u-boot/boot.cmd @@ -4,7 +4,7 @@ if test ${boot_dev} = ""; then fi; if test ${boot_part} = ""; then - setenv boot_dev 0:1; + setenv boot_part 0:1; fi; if test ${soc} = "kirkwood"; then diff --git a/config/u-boot/boot.scr b/config/u-boot/boot.scr index 4128acc7c..c08443beb 100644 Binary files a/config/u-boot/boot.scr and b/config/u-boot/boot.scr differ