All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 5/9 v3] integratorap: support some rudimentary commands
@ 2011-07-23 13:38 Linus Walleij
  0 siblings, 0 replies; only message in thread
From: Linus Walleij @ 2011-07-23 13:38 UTC (permalink / raw)
  To: u-boot

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 --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
-- 
1.7.6

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-07-23 13:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-23 13:38 [U-Boot] [PATCH 5/9 v3] integratorap: support some rudimentary commands Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.