diff options
author | Michal Simek <monstr@monstr.eu> | 2007-09-24 00:08:37 +0200 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2007-09-24 00:08:37 +0200 |
commit | b90c045f035c3cc9b5d2edaed6048dfb74e40763 (patch) | |
tree | ee69b8872cf8c295a48244280c82d98e191111ab /include/configs/suzaku.h | |
parent | 6b6f287a33ae8c340f97fb08ed95b6687e2baa4b (diff) | |
download | u-boot-imx-b90c045f035c3cc9b5d2edaed6048dfb74e40763.zip u-boot-imx-b90c045f035c3cc9b5d2edaed6048dfb74e40763.tar.gz u-boot-imx-b90c045f035c3cc9b5d2edaed6048dfb74e40763.tar.bz2 |
synchronizition with mainline
Diffstat (limited to 'include/configs/suzaku.h')
-rw-r--r-- | include/configs/suzaku.h | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/include/configs/suzaku.h b/include/configs/suzaku.h index 9a2eec1..08ac9cb 100644 --- a/include/configs/suzaku.h +++ b/include/configs/suzaku.h @@ -48,7 +48,6 @@ #define CFG_MALLOC_LEN (256 << 10) /* Reserve 256 kB for malloc */ #define CFG_MALLOC_BASE (CFG_MONITOR_BASE - (1024 * 1024)) -#define XILINX_UARTLITE #define CONFIG_BAUDRATE 115200 #define CFG_BAUDRATE_TABLE { 115200 } @@ -56,16 +55,21 @@ #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 @@ -104,6 +108,4 @@ #define CFG_GBL_DATA_OFFSET (CFG_INIT_RAM_END - CFG_GBL_DATA_SIZE) #define CFG_INIT_SP_OFFSET CFG_GBL_DATA_OFFSET -#define XILINX_CLOCK_FREQ 50000000 - #endif /* __CONFIG_H */ |