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/suzaku.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/suzaku.h')
-rw-r--r-- | include/configs/suzaku.h | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/include/configs/suzaku.h b/include/configs/suzaku.h index 22c529b..9a2eec1 100644 --- a/include/configs/suzaku.h +++ b/include/configs/suzaku.h @@ -56,21 +56,16 @@ #define MICROBLAZE_SYSREG_BASE_ADDR 0xFFFFA000 #define MICROBLAZE_SYSREG_RECONFIGURE (1 << 0) - -/* - * BOOTP options - */ -#define CONFIG_BOOTP_BOOTFILESIZE -#define CONFIG_BOOTP_BOOTPATH -#define CONFIG_BOOTP_GATEWAY -#define CONFIG_BOOTP_HOSTNAME - - /* * Command line configuration. */ #include <config_cmd_default.h> +#undef CONFIG_CMD_BDI +#undef CONFIG_CMD_ENV +#undef CONFIG_CMD_MEMORY +#undef CONFIG_CMD_NET +#undef CONFIG_CMD_MISC #define CFG_UART1_BASE (0xFFFF2000) #define CONFIG_SERIAL_BASE CFG_UART1_BASE |