X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fids8313.h;h=bcd8aee7c323ce62a3e8fea274f39ec4a55c8cc7;hb=5fdb3c0e7ee6bac6b8809ae69e52f16d22d45035;hp=43cb14c14e5c99206cce90fbf6af891ee8a9d200;hpb=37304aaf60bf92a5dc3ef222ba520698bd862a44;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/ids8313.h b/include/configs/ids8313.h index 43cb14c..bcd8aee 100644 --- a/include/configs/ids8313.h +++ b/include/configs/ids8313.h @@ -11,11 +11,11 @@ #ifndef __CONFIG_H #define __CONFIG_H +#include + /* * High Level Configuration Options */ -#define CONFIG_FSL_ELBC - #define CONFIG_BOOT_RETRY_TIME 900 #define CONFIG_BOOT_RETRY_MIN 30 #define CONFIG_RESET_TO_RETRY @@ -223,11 +223,6 @@ /* * Environment Configuration */ -#define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE \ - + CONFIG_SYS_MONITOR_LEN) -#define CONFIG_ENV_SIZE 0x20000 -#define CONFIG_ENV_ADDR_REDUND (CONFIG_ENV_ADDR + CONFIG_ENV_SIZE) -#define CONFIG_ENV_SIZE_REDUND (CONFIG_ENV_SIZE) #define CONFIG_NETDEV eth1 #define CONFIG_HOSTNAME "ids8313" @@ -247,9 +242,6 @@ #define CONFIG_SYS_CBSIZE 1024 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE -#define CONFIG_SYS_MEMTEST_START 0x00001000 -#define CONFIG_SYS_MEMTEST_END 0x00C00000 - #define CONFIG_SYS_LOAD_ADDR 0x100000 #define CONFIG_LOADS_ECHO #define CONFIG_TIMESTAMP