summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2011-11-12 23:20:53 +0100
committerJuergen Beisert <jbe@pengutronix.de>2011-11-12 23:22:38 +0100
commitf147e014a02d26662fda42e599772d64155871a1 (patch)
treed745d51aa61852043507eb238d2315fe7b8fd127
parent63121c36adaff89ea31094d9ee643f7731ffa0d2 (diff)
downloadOSELAS.BSP-Pengutronix-Mini6410-f147e014a02d26662fda42e599772d64155871a1.tar.gz
OSELAS.BSP-Pengutronix-Mini6410-f147e014a02d26662fda42e599772d64155871a1.tar.xz
U-boot: enable the 'run' command
Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
-rw-r--r--configs/platform-friendlyarm-mini6410/Changelog1
-rw-r--r--configs/platform-friendlyarm-mini6410/patches/u-boot-1.1.6/add_run_command.diff23
-rw-r--r--configs/platform-friendlyarm-mini6410/patches/u-boot-1.1.6/series1
3 files changed, 25 insertions, 0 deletions
diff --git a/configs/platform-friendlyarm-mini6410/Changelog b/configs/platform-friendlyarm-mini6410/Changelog
index 5049dbe..6c9c4c7 100644
--- a/configs/platform-friendlyarm-mini6410/Changelog
+++ b/configs/platform-friendlyarm-mini6410/Changelog
@@ -7,6 +7,7 @@
- keep in sync with stable release .1
- add buzzer support
- add the real 1Wire driver for the Mini6410 by Tomasz Figa
+ * U-boot: enable the 'run' command
2011-11-07 Juergen Beisert <jbe@pengutronix.de>
diff --git a/configs/platform-friendlyarm-mini6410/patches/u-boot-1.1.6/add_run_command.diff b/configs/platform-friendlyarm-mini6410/patches/u-boot-1.1.6/add_run_command.diff
new file mode 100644
index 0000000..fe71719
--- /dev/null
+++ b/configs/platform-friendlyarm-mini6410/patches/u-boot-1.1.6/add_run_command.diff
@@ -0,0 +1,23 @@
+---
+ include/configs/mini6410.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+Index: u-boot-1.1.6/include/configs/mini6410.h
+===================================================================
+--- u-boot-1.1.6.orig/include/configs/mini6410.h
++++ u-boot-1.1.6/include/configs/mini6410.h
+@@ -146,13 +146,13 @@
+ CFG_CMD_LOADS | \
+ CFG_CMD_LOADB | \
+ CFG_CMD_ENV | \
++ CFG_CMD_RUN | \
+ CFG_CMD_NAND | \
+ CFG_CMD_PING | \
+ CFG_CMD_MOVINAND) \
+ & ~(CFG_CMD_AUTOSCRIPT | \
+ CFG_CMD_BOOTD | \
+ CFG_CMD_IMI | \
+- CFG_CMD_RUN | \
+ CFG_CMD_CONSOLE | \
+ CFG_CMD_DOCG3P3 | \
+ CFG_CMD_EEPROM | \
diff --git a/configs/platform-friendlyarm-mini6410/patches/u-boot-1.1.6/series b/configs/platform-friendlyarm-mini6410/patches/u-boot-1.1.6/series
index 516833f..7154a68 100644
--- a/configs/platform-friendlyarm-mini6410/patches/u-boot-1.1.6/series
+++ b/configs/platform-friendlyarm-mini6410/patches/u-boot-1.1.6/series
@@ -13,4 +13,5 @@ remove_git.diff
bl1_layout_desc.diff
debugging.diff
adapt_default_env.diff
+add_run_command.diff
set_marker.diff