mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-06 05:02:03 +02:00
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 <linus.walleij@linaro.org>
This commit is contained in:
parent
e005754bf4
commit
c53e4b74f7
@ -81,9 +81,15 @@
|
|||||||
* Command line configuration.
|
* Command line configuration.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#define CONFIG_CMD_IMI
|
#define CONFIG_CMD_IMI
|
||||||
#define CONFIG_CMD_BDI
|
#define CONFIG_CMD_BDI
|
||||||
|
#define CONFIG_CMD_BOOTD
|
||||||
#define CONFIG_CMD_MEMORY
|
#define CONFIG_CMD_MEMORY
|
||||||
|
#define CONFIG_CMD_FLASH
|
||||||
|
#define CONFIG_CMD_IMLS
|
||||||
|
#define CONFIG_CMD_LOADB
|
||||||
|
#define CONFIG_CMD_LOADS
|
||||||
|
|
||||||
|
|
||||||
#define CONFIG_BOOTDELAY 2
|
#define CONFIG_BOOTDELAY 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user