[source] uboot-kirkwood: fix default bootcmd for Seagate Dockstar
LEDE Commits
lede-commits at lists.infradead.org
Thu Oct 27 03:45:29 PDT 2016
blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/776aa91b0f3ee812adec1cdd3463ec9fa3fe5a59
commit 776aa91b0f3ee812adec1cdd3463ec9fa3fe5a59
Author: Paul Wassi <p.wassi at gmx.at>
AuthorDate: Tue Oct 25 09:57:25 2016 +0200
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 <p.wassi at gmx.at>
---
package/boot/uboot-kirkwood/patches/110-dockstar.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/boot/uboot-kirkwood/patches/110-dockstar.patch b/package/boot/uboot-kirkwood/patches/110-dockstar.patch
index 738ccc2..07d65de 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 \
More information about the lede-commits
mailing list