X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fpcl063_ull.h;h=d7c6f8808e0d652e4f70efd062ceb0fe823bb352;hb=f9a48654ee70fbad29f487d074fd36a1548b4209;hp=0f1a010b4e5b1647e5f8f6380c171fd5850c985d;hpb=529faf80c339b78bd361b59735664f2605322b8e;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/pcl063_ull.h b/include/configs/pcl063_ull.h index 0f1a010..d7c6f88 100644 --- a/include/configs/pcl063_ull.h +++ b/include/configs/pcl063_ull.h @@ -10,6 +10,7 @@ #define __PCL063_ULL_H #include +#include #include "mx6_common.h" /* SPL options */ @@ -21,15 +22,8 @@ #define CONFIG_SYS_MALLOC_LEN (16 * SZ_1M) /* Environment settings */ -#define CONFIG_ENV_SIZE (0x4000) -#define CONFIG_ENV_OFFSET (0x80000) -#define CONFIG_SYS_REDUNDAND_ENVIRONMENT -#define CONFIG_ENV_OFFSET_REDUND \ - (CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE) /* Environment in SD */ -#define CONFIG_SYS_MMC_ENV_DEV 0 -#define CONFIG_SYS_MMC_ENV_PART 0 #define MMC_ROOTFS_DEV 0 #define MMC_ROOTFS_PART 2 @@ -37,7 +31,6 @@ #define CONFIG_MXC_UART_BASE UART1_BASE /* MMC Configs */ -#define CONFIG_FSL_USDHC #define CONFIG_SYS_FSL_ESDHC_ADDR USDHC2_BASE_ADDR #define CONFIG_SUPPORT_EMMC_BOOT @@ -49,8 +42,6 @@ #endif /* Miscellaneous configurable options */ -#define CONFIG_SYS_MEMTEST_START 0x80000000 -#define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + 0x10000000) #define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR #define CONFIG_SYS_HZ 1000