X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fzipitz2.h;h=5279f54a921e2f535c9e0a99967b6c623a82acf5;hb=5abc1a4523a5509ce37bc3ec818b660a48f4eafd;hp=97dfc0e6ec10c150a52522fe8fea038b1902d562;hpb=ed77ccd014b4073c4d282028cfb22f8d1742fec1;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/zipitz2.h b/include/configs/zipitz2.h index 97dfc0e..5279f54 100644 --- a/include/configs/zipitz2.h +++ b/include/configs/zipitz2.h @@ -15,7 +15,6 @@ #define CONFIG_CPU_PXA27X 1 /* Marvell PXA270 CPU */ #define CONFIG_SYS_TEXT_BASE 0x0 -#undef CONFIG_BOARD_LATE_INIT #undef CONFIG_SKIP_LOWLEVEL_INIT #define CONFIG_PREBOOT @@ -23,7 +22,6 @@ * Environment settings */ #define CONFIG_ENV_OVERWRITE -#define CONFIG_ENV_IS_IN_FLASH 1 #define CONFIG_ENV_ADDR 0x40000 #define CONFIG_ENV_SIZE 0x10000 @@ -37,13 +35,10 @@ "else " \ "bootm 0x50000; " \ "fi; " -#define CONFIG_BOOTARGS \ - "console=tty0 console=ttyS2,115200 fbcon=rotate:3" #define CONFIG_TIMESTAMP #define CONFIG_CMDLINE_TAG #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_SYS_TEXT_BASE 0x0 -#define CONFIG_LZMA /* LZMA compression support */ /* * Serial Console Configuration @@ -51,22 +46,17 @@ */ #define CONFIG_STUART 1 #define CONFIG_CONS_INDEX 2 -#define CONFIG_BAUDRATE 115200 /* * Bootloader Components Configuration */ -#define CONFIG_CMD_ENV /* * MMC Card Configuration */ #ifdef CONFIG_CMD_MMC -#define CONFIG_MMC -#define CONFIG_GENERIC_MMC #define CONFIG_PXA_MMC_GENERIC #define CONFIG_SYS_MMC_BASE 0xF0000000 -#define CONFIG_DOS_PARTITION #endif /*