From: Paul Wassi
Date: Tue, 25 Oct 2016 07:57:25 +0000 (+0200)
Subject: uboot-kirkwood: fix default bootcmd for Seagate Dockstar
X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=776aa91b0f3ee812adec1cdd3463ec9fa3fe5a59;p=openwrt%2Fstaging%2Fkaloz.git
uboot-kirkwood: fix default bootcmd for Seagate Dockstar
Fix the default value for the 'bootcmd' environment variable.
Therefore make the default bootcmd work for buildbot's images.
Signed-off-by: Paul Wassi
---
diff --git a/package/boot/uboot-kirkwood/patches/110-dockstar.patch b/package/boot/uboot-kirkwood/patches/110-dockstar.patch
index 738ccc265d..07d65de174 100644
--- a/package/boot/uboot-kirkwood/patches/110-dockstar.patch
+++ b/package/boot/uboot-kirkwood/patches/110-dockstar.patch
@@ -28,7 +28,7 @@
- "bootm 0x800000 0x1100000"
+ "ubi part ubi; " \
+ "ubi read 0x800000 kernel; " \
-+ "bootz 0x800000"
++ "bootm 0x800000"
-#define CONFIG_MTDPARTS "mtdparts=orion_nand:1m(uboot),-(root)\0"
+#define CONFIG_MTDPARTS \