X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2FM5249EVB.h;h=4ef83f7862fc30cf71690c4d15107b7c265745d8;hb=83f1c2ef30072c0672bc81cef9e7ee557c7ee61b;hp=60e5b45942a0239b7120264e31617d79c702de53;hpb=692e5c4e7eb267f3d8f3a8c9d2348eff6f5f21e2;p=oweals%2Fu-boot.git diff --git a/include/configs/M5249EVB.h b/include/configs/M5249EVB.h index 60e5b45942..4ef83f7862 100644 --- a/include/configs/M5249EVB.h +++ b/include/configs/M5249EVB.h @@ -22,7 +22,6 @@ #define CONFIG_MCFUART #define CONFIG_SYS_UART_PORT (0) -#define CONFIG_BAUDRATE 115200 #undef CONFIG_WATCHDOG @@ -39,9 +38,6 @@ /* * Command line configuration. */ -#include -#define CONFIG_CMD_CACHE -#undef CONFIG_CMD_NET #define CONFIG_SYS_LONGHELP /* undef to save memory */ @@ -55,9 +51,7 @@ #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */ #define CONFIG_SYS_DEVICE_NULLDEV 1 /* include nulldev device */ -#define CONFIG_SYS_CONSOLE_INFO_QUIET 1 /* don't print console @ startup */ #define CONFIG_AUTO_COMPLETE 1 /* add autocompletion support */ -#define CONFIG_LOOPW 1 /* enable loopw command */ #define CONFIG_MX_CYCLIC 1 /* enable mdc/mwc commands */ #define CONFIG_SYS_LOAD_ADDR 0x200000 /* default load address */ @@ -91,6 +85,11 @@ #define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET #define CONFIG_ENV_IS_IN_FLASH 1 + +#define LDS_BOARD_TEXT \ + . = DEFINED(env_offset) ? env_offset : .; \ + common/env_embedded.o (.text); + #define CONFIG_ENV_OFFSET 0x4000 /* Address of Environment Sector*/ #define CONFIG_ENV_SIZE 0x2000 /* Total Size of Environment Sector */ #define CONFIG_ENV_SECT_SIZE 0x2000 /* see README - env sector total size */