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/120-iconnect.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/120-iconnect.patch')
-rw-r--r-- | package/boot/uboot-kirkwood/patches/120-iconnect.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/boot/uboot-kirkwood/patches/120-iconnect.patch b/package/boot/uboot-kirkwood/patches/120-iconnect.patch index 1f1ce75f25..bd1dab818f 100644 --- a/package/boot/uboot-kirkwood/patches/120-iconnect.patch +++ b/package/boot/uboot-kirkwood/patches/120-iconnect.patch @@ -1,7 +1,7 @@ --- a/include/configs/iconnect.h +++ b/include/configs/iconnect.h -@@ -51,30 +51,29 @@ - #define CONFIG_ENV_IS_NOWHERE +@@ -44,30 +44,29 @@ + #define CONFIG_ENV_SECT_SIZE 0x20000 #endif #define CONFIG_ENV_SIZE 0x20000 -#define CONFIG_ENV_OFFSET 0x80000 @@ -42,8 +42,8 @@ * Ethernet driver configuration --- a/configs/iconnect_defconfig +++ b/configs/iconnect_defconfig -@@ -9,6 +9,7 @@ CONFIG_SYS_PROMPT="iconnect => " - # CONFIG_CMD_FLASH is not set +@@ -10,6 +10,7 @@ CONFIG_SYS_PROMPT="iconnect => " + CONFIG_CMD_NAND=y CONFIG_CMD_USB=y # CONFIG_CMD_SETEXPR is not set +CONFIG_CMD_DHCP=y |