diff options
author | Michal Simek <monstr@monstr.eu> | 2007-08-15 21:05:07 +0200 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2007-08-15 21:05:07 +0200 |
commit | d1ed28cf36ab6b1d4c479809de7252bf53d2f2d4 (patch) | |
tree | 9498f6be141a7b40eed17983afe11ce0a47405e5 /include/configs/xupv2p.h | |
parent | 7aa63d8cd30ab20ac2fd1ab86e60471de8b1f1e5 (diff) | |
download | u-boot-imx-d1ed28cf36ab6b1d4c479809de7252bf53d2f2d4.zip u-boot-imx-d1ed28cf36ab6b1d4c479809de7252bf53d2f2d4.tar.gz u-boot-imx-d1ed28cf36ab6b1d4c479809de7252bf53d2f2d4.tar.bz2 |
[FIX] Correction command setting for Microblaze boards
Diffstat (limited to 'include/configs/xupv2p.h')
-rw-r--r-- | include/configs/xupv2p.h | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/include/configs/xupv2p.h b/include/configs/xupv2p.h index b93b387..006a132 100644 --- a/include/configs/xupv2p.h +++ b/include/configs/xupv2p.h @@ -155,21 +155,14 @@ */ #include <config_cmd_default.h> -#define CONFIG_CMD_MEMORY -#define CONFIG_CMD_IRQ -#define CONFIG_CMD_BDI -#define CONFIG_CMD_NET -#define CONFIG_CMD_IMI -#define CONFIG_CMD_ECHO -#define CONFIG_CMD_CACHE -#define CONFIG_CMD_RUN -#define CONFIG_CMD_AUTOSCRIPT +#undef CONFIG_CMD_FLASH +#undef CONFIG_CMD_IMLS + #define CONFIG_CMD_ASKENV -#define CONFIG_CMD_LOADS -#define CONFIG_CMD_LOADB -#define CONFIG_CMD_MISC -#define CONFIG_CMD_PING +#define CONFIG_CMD_CACHE +#define CONFIG_CMD_IRQ #define CONFIG_CMD_MFSL +#define CONFIG_CMD_PING #ifdef XILINX_SYSACE_BASEADDR #define CONFIG_CMD_EXT2 |