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/130-ib62x0.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/130-ib62x0.patch')
-rw-r--r-- | package/boot/uboot-kirkwood/patches/130-ib62x0.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/uboot-kirkwood/patches/130-ib62x0.patch b/package/boot/uboot-kirkwood/patches/130-ib62x0.patch index f46970ced8..baed02a01c 100644 --- a/package/boot/uboot-kirkwood/patches/130-ib62x0.patch +++ b/package/boot/uboot-kirkwood/patches/130-ib62x0.patch @@ -1,6 +1,6 @@ --- a/include/configs/ib62x0.h +++ b/include/configs/ib62x0.h -@@ -92,7 +92,8 @@ +@@ -74,7 +74,8 @@ "mtdparts=orion_nand:" \ "0xe0000@0x0(uboot)," \ "0x20000@0xe0000(uboot_env)," \ @@ -10,7 +10,7 @@ #define CONFIG_EXTRA_ENV_SETTINGS \ "console=console=ttyS0,115200\0" \ -@@ -100,7 +101,7 @@ +@@ -82,7 +83,7 @@ "mtdparts="CONFIG_MTDPARTS \ "kernel=/boot/zImage\0" \ "fdt=/boot/ib62x0.dtb\0" \ |