aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-kirkwood/patches/110-dockstar.patch
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2021-06-06 19:06:29 +0200
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2021-06-06 19:06:29 +0200
commit482e65a16d2c49b5547b032caa060f423a3cb4a5 (patch)
tree659f4c32ec45b747c97927c367d8f9d9db3ae66e /package/boot/uboot-kirkwood/patches/110-dockstar.patch
parent03d66d6b8fa6660a89648847a69d691a9a82d5b4 (diff)
downloadupstream-482e65a16d2c49b5547b032caa060f423a3cb4a5.tar.gz
upstream-482e65a16d2c49b5547b032caa060f423a3cb4a5.tar.bz2
upstream-482e65a16d2c49b5547b032caa060f423a3cb4a5.zip
uboot-kirkwood: refresh patches
This is only cosmetic, but the next one adding a patch here would have to do it anyway, and thus will get a smaller diff for review now. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'package/boot/uboot-kirkwood/patches/110-dockstar.patch')
-rw-r--r--package/boot/uboot-kirkwood/patches/110-dockstar.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/boot/uboot-kirkwood/patches/110-dockstar.patch b/package/boot/uboot-kirkwood/patches/110-dockstar.patch
index b3837956bc..c3889e122e 100644
--- a/package/boot/uboot-kirkwood/patches/110-dockstar.patch
+++ b/package/boot/uboot-kirkwood/patches/110-dockstar.patch
@@ -5,7 +5,7 @@
#define CONFIG_KW88F6281 1 /* SOC Name */
#define CONFIG_SKIP_LOWLEVEL_INIT /* disable board lowlevel_init */
+#define CONFIG_SYS_MVFS
-
+
/*
* mv-common.h should be defined after CMD configs since it used them
@@ -37,19 +38,15 @@
@@ -20,7 +20,7 @@
+ "ubi part ubi; " \
+ "ubi read 0x800000 kernel; " \
+ "bootm 0x800000"
-
+
#define CONFIG_EXTRA_ENV_SETTINGS \
- "console=console=ttyS0,115200\0" \
- "mtdids=nand0=orion_nand\0" \
@@ -32,7 +32,7 @@
+ "mtdids=nand0=orion_nand\0" \
+ "mtdparts="CONFIG_MTDPARTS_DEFAULT "\0" \
+ "bootargs_root=\0"
-
+
/*
* Ethernet Driver configuration
--- a/configs/dockstar_defconfig