diff mbox

[U-Boot,4/4] integrator: support some rudimentary commands

Message ID 1310469865-12968-1-git-send-email-linus.walleij@linaro.org
State Accepted
Commit c53e4b74f71e35bf48da2f93864941a4c4f21adb
Headers show

Commit Message

Linus Walleij July 12, 2011, 11:24 a.m. UTC
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>
---
 include/configs/integratorap.h |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
diff mbox

Patch

diff --git a/include/configs/integratorap.h b/include/configs/integratorap.h
index ea6af78..26eac8b 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