From: Linus Walleij Date: Mon, 25 Jul 2011 01:51:08 +0000 (+0000) Subject: integratorap: support some rudimentary commands X-Git-Tag: v2025.01-rc5-pxa1908~19109^2~128 X-Git-Url: http://git.dujemihanovic.xyz/img/%7B%7B%20.RelPermalink%20%7D%7D?a=commitdiff_plain;h=c53e4b74f71e35bf48da2f93864941a4c4f21adb;p=u-boot.git 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 --- diff --git a/include/configs/integratorap.h b/include/configs/integratorap.h index 2754f67305..90f21e879b 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