From ac3b20cdbe5282fbfa46d7fd39358f5ee07e24d9 Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Tue, 25 Apr 2017 09:52:36 -0300 Subject: [PATCH] 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 --- include/configs/mx6cuboxi.h | 3 --- 1 file changed, 3 deletions(-) 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 \ -- 2.40.1