From: Fabio Berton Date: Tue, 25 Apr 2017 12:52:35 +0000 (-0300) Subject: wandboard: Remove define for PARTITION_UUIDS and CMD_PART X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=eec5e45589139cb7016227589edbb40238be7e5b;p=bsp%2Fu-boot.git 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 --- 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" \