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/110-dockstar.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/110-dockstar.patch')
-rw-r--r-- | package/boot/uboot-kirkwood/patches/110-dockstar.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/uboot-kirkwood/patches/110-dockstar.patch b/package/boot/uboot-kirkwood/patches/110-dockstar.patch index 46b838f30b..94d62cee82 100644 --- a/package/boot/uboot-kirkwood/patches/110-dockstar.patch +++ b/package/boot/uboot-kirkwood/patches/110-dockstar.patch @@ -7,8 +7,8 @@ +#define CONFIG_SYS_MVFS /* - * Commands configuration -@@ -45,29 +46,29 @@ + * mv-common.h should be defined after CMD configs since it used them +@@ -37,29 +38,29 @@ * it has to be rounded to sector size */ #define CONFIG_ENV_SIZE 0x20000 /* 128k */ |