X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fib62x0.h;h=a5782f3300ec55f1c335af966e161ba1089872f5;hb=5b8e76c35ec312a3f73126bd1a2d2c0965b98a9f;hp=f686c7ff572c1db6d5b507e6be4d7cd46b009d47;hpb=a2ed3f452dd1cf4982fe46d5111d200909786686;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/ib62x0.h b/include/configs/ib62x0.h index f686c7f..a5782f3 100644 --- a/include/configs/ib62x0.h +++ b/include/configs/ib62x0.h @@ -23,14 +23,11 @@ * Compression configuration */ #define CONFIG_BZIP2 -#define CONFIG_LZMA /* * Commands configuration */ -#define CONFIG_SYS_NO_FLASH /* declare no flash (NOR/SPI) */ #define CONFIG_SYS_MVFS -#define CONFIG_CMD_IDE /* * mv-common.h should be defined after CMD configs since it used them @@ -89,15 +86,14 @@ /* * SATA driver configuration */ -#ifdef CONFIG_CMD_IDE +#ifdef CONFIG_IDE #define __io #define CONFIG_IDE_PREINIT -#define CONFIG_DOS_PARTITION #define CONFIG_MVSATA_IDE_USE_PORT0 #define CONFIG_MVSATA_IDE_USE_PORT1 #define CONFIG_SYS_ATA_IDE0_OFFSET MV_SATA_PORT0_OFFSET #define CONFIG_SYS_ATA_IDE1_OFFSET MV_SATA_PORT1_OFFSET -#endif /* CONFIG_CMD_IDE */ +#endif /* CONFIG_IDE */ /* * RTC driver configuration