]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
integratorap: support some rudimentary commands
authorLinus Walleij <linus.walleij@linaro.org>
Mon, 25 Jul 2011 01:51:08 +0000 (01:51 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 3 Sep 2011 20:40:46 +0000 (22:40 +0200)
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

index 2754f67305eb46226115144e1939784b2a363feb..90f21e879b4aef208c05ef710dbaace007bbfea5 100644 (file)
  * 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