aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-kirkwood/patches/150-goflexhome.patch
diff options
context:
space:
mode:
authorPaul Wassi <p.wassi@gmx.at>2017-10-11 19:19:06 +0200
committerMathias Kresin <dev@kresin.me>2017-11-03 20:04:52 +0100
commit67da6a7c5e45baa1cd9ce4ebbf22d4797274b368 (patch)
treeca715cf15dd7b7e53652cde577c51ae0a2ddc2be /package/boot/uboot-kirkwood/patches/150-goflexhome.patch
parentdfa29309887287d9f5bc9ef9748786525ad7ccee (diff)
downloadupstream-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/150-goflexhome.patch')
-rw-r--r--package/boot/uboot-kirkwood/patches/150-goflexhome.patch5
1 files changed, 2 insertions, 3 deletions
diff --git a/package/boot/uboot-kirkwood/patches/150-goflexhome.patch b/package/boot/uboot-kirkwood/patches/150-goflexhome.patch
index a7fa8e6f93..88b833072f 100644
--- a/package/boot/uboot-kirkwood/patches/150-goflexhome.patch
+++ b/package/boot/uboot-kirkwood/patches/150-goflexhome.patch
@@ -1,16 +1,15 @@
--- a/include/configs/goflexhome.h
+++ b/include/configs/goflexhome.h
-@@ -77,20 +77,18 @@
+@@ -70,20 +70,18 @@
*/
#define CONFIG_BOOTCOMMAND \
"setenv bootargs ${console} ${mtdparts} ${bootargs_root}; " \
- "ubi part root; " \
- "ubifsmount ubi:root; " \
- "ubifsload 0x800000 ${kernel}; " \
-- "bootm 0x800000"
+ "ubi part ubi; " \
+ "ubi read 0x800000 kernel; " \
-+ "bootm 0x800000"
+ "bootm 0x800000"
#define CONFIG_MTDPARTS \
- "mtdparts=orion_nand:1m(uboot),6M(uImage),-(root)\0"