aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2011-07-25 01:51:08 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-09-03 22:40:46 +0200
commitc53e4b74f71e35bf48da2f93864941a4c4f21adb (patch)
tree0e11ac94915a0c33a50dd3e1494ea6cccadfb5f2 /include
parente005754bf4af26c2639c3ebdcfea8d1c61474bb0 (diff)
integratorap: support some rudimentary commands
This adds support for a subset of the default commands for the Integrator, however since the card does not have Ethernet (unless you plug in a PCI card) we can not use the default command set. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/integratorap.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/integratorap.h b/include/configs/integratorap.h
index 2754f6730..90f21e879 100644
--- a/include/configs/integratorap.h
+++ b/include/configs/integratorap.h
@@ -81,9 +81,15 @@
* Command line configuration.
*/
+
#define CONFIG_CMD_IMI
#define CONFIG_CMD_BDI
+#define CONFIG_CMD_BOOTD
#define CONFIG_CMD_MEMORY
+#define CONFIG_CMD_FLASH
+#define CONFIG_CMD_IMLS
+#define CONFIG_CMD_LOADB
+#define CONFIG_CMD_LOADS
#define CONFIG_BOOTDELAY 2