X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2FM5275EVB.h;h=5d324ba5bff52f11fd8e9e7179f353a76e20dbb0;hb=7f0ef5a945a0a9cef773c2b05b157d2fef3ea7ad;hp=7eb31722daf3cbd6a8cd8fd8e20e51cfb5659c6a;hpb=d4a9b17df590c1b0b2a187e1491ea7e946a06a07;p=u-boot diff --git a/include/configs/M5275EVB.h b/include/configs/M5275EVB.h index 7eb31722da..5d324ba5bf 100644 --- a/include/configs/M5275EVB.h +++ b/include/configs/M5275EVB.h @@ -27,7 +27,6 @@ #define CONFIG_MCFUART #define CONFIG_SYS_UART_PORT (0) -#define CONFIG_BAUDRATE 115200 /* Configuration for environment * Environment is embedded in u-boot in the second sector of the flash @@ -42,6 +41,10 @@ #define CONFIG_ENV_IS_IN_FLASH 1 #endif +#define LDS_BOARD_TEXT \ + . = DEFINED(env_offset) ? env_offset : .; \ + common/env_embedded.o (.text); + /* * BOOTP options */ @@ -51,20 +54,6 @@ #define CONFIG_BOOTP_HOSTNAME /* Available command configuration */ -#include - -#define CONFIG_CMD_CACHE -#define CONFIG_CMD_PING -#define CONFIG_CMD_MII -#define CONFIG_CMD_NET -#define CONFIG_CMD_ELF -#define CONFIG_CMD_FLASH -#define CONFIG_CMD_I2C -#define CONFIG_CMD_MEMORY -#define CONFIG_CMD_DHCP - -#undef CONFIG_CMD_LOADS -#undef CONFIG_CMD_LOADB #define CONFIG_MCFFEC #ifdef CONFIG_MCFFEC @@ -101,7 +90,6 @@ #define CONFIG_SYS_I2C_PINMUX_CLR (0xFFF0) #define CONFIG_SYS_I2C_PINMUX_SET (0x000F) -#define CONFIG_SYS_PROMPT "-> " #define CONFIG_SYS_LONGHELP /* undef to save memory */ #if (CONFIG_CMD_KGDB) @@ -115,7 +103,6 @@ #define CONFIG_SYS_LOAD_ADDR 0x800000 -#define CONFIG_BOOTDELAY 5 #define CONFIG_BOOTCOMMAND "bootm ffe40000" #define CONFIG_SYS_MEMTEST_START 0x400 #define CONFIG_SYS_MEMTEST_END 0x380000