X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fhighbank.h;h=bdbaa475d204d0acbdf05d68593fc40afa8b6435;hb=e985eb14ac5cff260321519a309f540909b77c16;hp=c0e295b6b745c7cd410017f44e7f610d9471c9e9;hpb=b9625abe03452f3926afa4308bf25c361af9c0ef;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/highbank.h b/include/configs/highbank.h index c0e295b..bdbaa47 100644 --- a/include/configs/highbank.h +++ b/include/configs/highbank.h @@ -30,10 +30,6 @@ #define CONFIG_CALXEDA_XGMAC -/* - * Command line configuration. - */ - #define CONFIG_BOOT_RETRY_TIME -1 #define CONFIG_RESET_TO_RETRY @@ -51,15 +47,11 @@ * The DRAM is already setup, so do not touch the DT node later. */ #define PHYS_SDRAM_1_SIZE (4089 << 20) -#define CONFIG_SYS_MEMTEST_START 0x100000 -#define CONFIG_SYS_MEMTEST_END (PHYS_SDRAM_1_SIZE - 0x100000) /* Environment data setup */ #define CONFIG_SYS_NVRAM_BASE_ADDR 0xfff88000 /* NVRAM base address */ #define CONFIG_SYS_NVRAM_SIZE 0x8000 /* NVRAM size */ -#define CONFIG_ENV_SIZE 0x2000 /* Size of Environ */ -#define CONFIG_ENV_ADDR CONFIG_SYS_NVRAM_BASE_ADDR #define CONFIG_SYS_SDRAM_BASE 0x00000000 #define CONFIG_SYS_INIT_SP_ADDR 0x01000000