diff options
Diffstat (limited to 'include/configs')
-rw-r--r-- | 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 2754f67..90f21e8 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 |