X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2FMCR3000.h;h=bfb092ab170abc4b4a76bbbdf0c8ad09b36b3c30;hb=068415eadefbbc81f14d4ce61fcf7a7eb39650d4;hp=3c46ae039626f2410cce7f33d82f6d9f210edba1;hpb=2fe88d452268d61b5ca9cb0b1dda2974cc43faeb;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/MCR3000.h b/include/configs/MCR3000.h index 3c46ae0..bfb092a 100644 --- a/include/configs/MCR3000.h +++ b/include/configs/MCR3000.h @@ -60,13 +60,6 @@ /* Miscellaneous configurable options */ -#define CONFIG_SYS_MEMTEST_START 0x00002000 -#define CONFIG_SYS_MEMTEST_END 0x00800000 - -#define CONFIG_SYS_LOAD_ADDR 0x200000 - -#define CONFIG_SYS_HZ 1000 - /* Definitions for initial stack pointer and data area (in DPRAM) */ #define CONFIG_SYS_INIT_RAM_ADDR (CONFIG_SYS_IMMR + 0x2800) #define CONFIG_SYS_INIT_RAM_SIZE (0x2e00 - 0x2800) @@ -89,14 +82,10 @@ #define CONFIG_SYS_BOOTMAPSZ (8 << 20) #define CONFIG_SYS_MONITOR_LEN (320 << 10) #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE -#define CONFIG_SYS_MALLOC_LEN (4096 << 10) /* Environment Configuration */ /* environment is in FLASH */ -#define CONFIG_ENV_SECT_SIZE 0x2000 -#define CONFIG_ENV_OFFSET 0x4000 -#define CONFIG_ENV_OVERWRITE 1 /* Ethernet configuration part */ #define CONFIG_SYS_DISCOVER_PHY 1 @@ -104,7 +93,6 @@ /* NAND configuration part */ #define CONFIG_SYS_MAX_NAND_DEVICE 1 -#define CONFIG_SYS_NAND_MAX_CHIPS 1 #define CONFIG_SYS_NAND_BASE 0x0C000000 #endif /* __CONFIG_H */