diff options
author | Paul Wassi <p.wassi@gmx.at> | 2017-10-11 19:19:06 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-11-03 20:04:52 +0100 |
commit | 67da6a7c5e45baa1cd9ce4ebbf22d4797274b368 (patch) | |
tree | ca715cf15dd7b7e53652cde577c51ae0a2ddc2be /package/boot/uboot-kirkwood/patches/130-ib62x0.patch | |
parent | dfa29309887287d9f5bc9ef9748786525ad7ccee (diff) | |
download | upstream-67da6a7c5e45baa1cd9ce4ebbf22d4797274b368.tar.gz upstream-67da6a7c5e45baa1cd9ce4ebbf22d4797274b368.tar.bz2 upstream-67da6a7c5e45baa1cd9ce4ebbf22d4797274b368.zip |
uboot-kirkwood: update to 2017.09
Upgrade uboot-kirkwood to upstream release 2017.09
Catch up with upstream and move configuration options from
simple defines to Kconfig, as otherwise dependencies would
not be resolved and code would not compile.
Tested-by: Alberto Bursi <alberto.bursi@outlook.it>
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-kirkwood/patches/130-ib62x0.patch b/package/boot/uboot-kirkwood/patches/130-ib62x0.patch index 1be0c62517..58db8c8c8d 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 -@@ -54,27 +54,22 @@ +@@ -49,27 +49,22 @@ */ #define CONFIG_BOOTCOMMAND \ "setenv bootargs ${console} ${mtdparts} ${bootargs_root}; " \ |