uboot-kirkwood: update to 2017.09
[openwrt/staging/chunkeey.git] / package / boot / uboot-kirkwood / patches / 150-goflexhome.patch
index a7fa8e6f93b1cf0d9ab9b21b5e7dd72a050ab50d..88b833072f27b08ece6dd6d51877d030774d26ee 100644 (file)
@@ -1,16 +1,15 @@
 --- a/include/configs/goflexhome.h
 +++ b/include/configs/goflexhome.h
-@@ -77,20 +77,18 @@
+@@ -70,20 +70,18 @@
   */
  #define CONFIG_BOOTCOMMAND \
        "setenv bootargs ${console} ${mtdparts} ${bootargs_root}; " \
 -      "ubi part root; " \
 -      "ubifsmount ubi:root; " \
 -      "ubifsload 0x800000 ${kernel}; " \
--      "bootm 0x800000"
 +      "ubi part ubi; " \
 +      "ubi read 0x800000 kernel; " \
-+      "bootm 0x800000"
+       "bootm 0x800000"
  
  #define CONFIG_MTDPARTS \
 -      "mtdparts=orion_nand:1m(uboot),6M(uImage),-(root)\0"