From eec5e45589139cb7016227589edbb40238be7e5b Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Tue, 25 Apr 2017 09:52:35 -0300 Subject: [PATCH] wandboard: 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/wandboard.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h index eafe35b903..ee18d290da 100644 --- a/include/configs/wandboard.h +++ b/include/configs/wandboard.h @@ -84,9 +84,6 @@ #define CONFIG_IMX_VIDEO_SKIP #endif -#define CONFIG_PARTITION_UUIDS -#define CONFIG_CMD_PART - #define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG #define CONFIG_EXTRA_ENV_SETTINGS \ "console=ttymxc0,115200\0" \ -- 2.40.1