X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fxea.h;h=07419f0afbbcae81806a6228970d1a50a16e89a8;hb=f113d7d3034672de7d074506a05a7055f1f0dcae;hp=df058193d6861a9dd00dd77d4ede2ea35091d83c;hpb=f1c0b7cd4be2081ae3711cec2c4cc2910a5817e1;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/xea.h b/include/configs/xea.h index df05819..07419f0 100644 --- a/include/configs/xea.h +++ b/include/configs/xea.h @@ -14,10 +14,7 @@ #include -#define CONFIG_TIMESTAMP /* Print image info with timestamp */ - /* SPL */ -#define CONFIG_SPL_STACK 0x20000 #define CONFIG_SYS_SPL_ARGS_ADDR 0x44000000 @@ -27,27 +24,13 @@ #define CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR (SZ_512K / 0x200) #define CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTORS (SZ_32K / 0x200) -#define CONFIG_SYS_MMCSD_RAW_MODE_KERNEL_SECTOR (SZ_1M / 0x200) - -#ifndef CONFIG_SPL_BUILD -#define CONFIG_SPI_FLASH_MTD -#endif /* Memory configuration */ #define PHYS_SDRAM_1 0x40000000 /* Base address */ #define PHYS_SDRAM_1_SIZE 0x10000000 /* Max 256 MB RAM */ #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1 -/* Environment */ - -/* Booting Linux */ -#define CONFIG_BOOTFILE "uImage" -#define CONFIG_BOOTCOMMAND "run ${bootpri} ; run ${bootsec}" -#define CONFIG_LOADADDR 0x42000000 -#define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR - /* Extra Environment */ -#define CONFIG_PREBOOT "run prebootcmd" #define CONFIG_HOSTNAME "xea" #define CONFIG_EXTRA_ENV_SETTINGS \