X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Famcore.h;h=641d8fdbd53dbc8546ba1014796b7f094ab8b916;hb=5fdb3c0e7ee6bac6b8809ae69e52f16d22d45035;hp=4daa0bafe8c379724e79358862a0ff5ce1f0b3e9;hpb=2fe88d452268d61b5ca9cb0b1dda2974cc43faeb;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/amcore.h b/include/configs/amcore.h index 4daa0ba..641d8fd 100644 --- a/include/configs/amcore.h +++ b/include/configs/amcore.h @@ -30,13 +30,8 @@ /* undef to save memory */ -#define CONFIG_MX_CYCLIC 1 /* enable mdc/mwc commands */ - #define CONFIG_SYS_LOAD_ADDR 0x20000 /* default load address */ -#define CONFIG_SYS_MEMTEST_START 0x0 -#define CONFIG_SYS_MEMTEST_END 0x1000000 - #define CONFIG_SYS_HZ 1000 #define CONFIG_SYS_CLK 45000000 @@ -66,11 +61,6 @@ #define CONFIG_SYS_MALLOC_LEN (1 * 1024 * 1024) #define CONFIG_SYS_BOOTPARAMS_LEN (64 * 1024) -#define CONFIG_ENV_ADDR (CONFIG_SYS_FLASH_BASE + \ - CONFIG_SYS_MONITOR_LEN) -#define CONFIG_ENV_SIZE 0x1000 -#define CONFIG_ENV_SECT_SIZE 0x1000 - #define LDS_BOARD_TEXT \ . = DEFINED(env_offset) ? env_offset : .; \ env/embedded.o(.text*);