diff options
author | Paul Wassi <p.wassi@gmx.at> | 2016-10-26 11:14:47 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-10-27 12:44:54 +0200 |
commit | 705240eeb55dda0e30a7f66809628ff316cb0e3d (patch) | |
tree | 65793b2fa37be472b35057505026b7e9fac811f0 /package/boot/uboot-kirkwood/patches/150-goflexhome.patch | |
parent | d9c37272885eb656b188ee3f98352fcdd5b32708 (diff) | |
download | upstream-705240eeb55dda0e30a7f66809628ff316cb0e3d.tar.gz upstream-705240eeb55dda0e30a7f66809628ff316cb0e3d.tar.bz2 upstream-705240eeb55dda0e30a7f66809628ff316cb0e3d.zip |
uboot-kirkwood: bump to upstream 2016.09.01
Bump U-Boot for Kirkwood to upstream 2016.09.01. Local patches
cleaned up and reworked.
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
Diffstat (limited to 'package/boot/uboot-kirkwood/patches/150-goflexhome.patch')
-rw-r--r-- | package/boot/uboot-kirkwood/patches/150-goflexhome.patch | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/package/boot/uboot-kirkwood/patches/150-goflexhome.patch b/package/boot/uboot-kirkwood/patches/150-goflexhome.patch index f9b26cfb51..7f66eb93d5 100644 --- a/package/boot/uboot-kirkwood/patches/150-goflexhome.patch +++ b/package/boot/uboot-kirkwood/patches/150-goflexhome.patch @@ -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,8 +8,8 @@ Index: u-boot-2014.10/include/configs/goflexhome.h - "ubifsmount ubi:root; " \ - "ubifsload 0x800000 ${kernel}; " \ - "bootm 0x800000" -+ "ubi part ubi; " \ -+ "ubi read 0x800000 kernel; " \ ++ "ubi part ubi; " \ ++ "ubi read 0x800000 kernel; " \ + "bootz 0x800000" #define CONFIG_MTDPARTS \ |