summaryrefslogtreecommitdiffstats
path: root/configs/platform-friendlyarm-mini6410/patches/u-boot-1.1.6/add_run_command.diff
blob: fe717193a9b968c2827fbc472b3bc4537821b4bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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 | \