uboot-kirkwood: fix goflexhome/net bootcommand
[librecmc/librecmc.git] / package / boot / uboot-kirkwood / patches / 150-goflexhome.patch
index f9b26cfb513dbf054281f322b3c46e636c83096f..46a6ab561f8a6be59baaa910459b8d6c16a68745 100644 (file)
@@ -1,8 +1,6 @@
-Index: u-boot-2014.10/include/configs/goflexhome.h
-===================================================================
---- u-boot-2014.10.orig/include/configs/goflexhome.h
-+++ u-boot-2014.10/include/configs/goflexhome.h
-@@ -96,20 +96,18 @@
+--- a/include/configs/goflexhome.h
++++ b/include/configs/goflexhome.h
+@@ -87,20 +87,18 @@
   */
  #define CONFIG_BOOTCOMMAND \
        "setenv bootargs ${console} ${mtdparts} ${bootargs_root}; " \
@@ -10,9 +8,9 @@ Index: u-boot-2014.10/include/configs/goflexhome.h
 -      "ubifsmount ubi:root; " \
 -      "ubifsload 0x800000 ${kernel}; " \
 -      "bootm 0x800000"
-+      "ubi part ubi; "                                                \
-+      "ubi read 0x800000 kernel; "                            \
-+      "bootz 0x800000"
++      "ubi part ubi; " \
++      "ubi read 0x800000 kernel; " \
++      "bootm 0x800000"
  
  #define CONFIG_MTDPARTS \
 -      "mtdparts=orion_nand:1m(uboot),6M(uImage),-(root)\0"