From: Fabio Berton Date: Tue, 25 Apr 2017 12:52:36 +0000 (-0300) Subject: mx6cuboxi: Remove define for PARTITION_UUIDS and CMD_PART X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ac3b20cdbe5282fbfa46d7fd39358f5ee07e24d9;p=bsp%2Fu-boot.git mx6cuboxi: Remove define for PARTITION_UUIDS and CMD_PART PARTITION_UUIDS and CMD_PART was converted to Kconfig, clean these parts to build properly. Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- diff --git a/include/configs/mx6cuboxi.h b/include/configs/mx6cuboxi.h index 8132b1c2fe..5a7b575041 100644 --- a/include/configs/mx6cuboxi.h +++ b/include/configs/mx6cuboxi.h @@ -70,9 +70,6 @@ #define CONFIG_SYS_FSL_USDHC_NUM 1 #define CONFIG_SYS_MMC_ENV_DEV 0 /* SDHC2 */ -#define CONFIG_PARTITION_UUIDS -#define CONFIG_CMD_PART - #define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG #ifndef CONFIG_SPL_BUILD #define CONFIG_EXTRA_ENV_SETTINGS \