X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fzipitz2.h;h=9b3769b5f1ede74d7843dee5688c065fd8ae978f;hb=5b8e76c35ec312a3f73126bd1a2d2c0965b98a9f;hp=a30aefbae8655419b3062ea6a779c1469ce9aabe;hpb=c27269953b94d19b3fc7a21a1c3e19985507b94d;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/zipitz2.h b/include/configs/zipitz2.h index a30aefb..9b3769b 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 @@ -43,7 +42,6 @@ #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,21 +49,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_GENERIC_MMC #define CONFIG_PXA_MMC_GENERIC #define CONFIG_SYS_MMC_BASE 0xF0000000 -#define CONFIG_DOS_PARTITION #endif /*