Skip to content
Snippets Groups Projects
Commit c53e4b74 authored by Linus Walleij's avatar Linus Walleij Committed by Albert ARIBAUD
Browse files

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: default avatarLinus Walleij <linus.walleij@linaro.org>
parent e005754b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment