From 3337e3af5d3dd52e1fa043fc117594fbf3e029f4 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 29 Nov 2016 09:14:57 -0500 Subject: Enable DISTRO_DEFAULT on platforms that missed it before A number of platforms had been using the distro default feature before it was moved to Kconfig but did not enable the new Kconfig option when it was enabled. This caused a regression in terms of features and this introduces breakage when more things move to Kconfig. Signed-off-by: Tom Rini --- include/configs/el6x_common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/el6x_common.h') diff --git a/include/configs/el6x_common.h b/include/configs/el6x_common.h index 7e9bcb13cc..8a0b3d2372 100644 --- a/include/configs/el6x_common.h +++ b/include/configs/el6x_common.h @@ -63,7 +63,6 @@ /* Command definition */ #define CONFIG_CMD_BMODE -#define CONFIG_CMD_BOOTZ #undef CONFIG_CMD_IMLS #define CONFIG_BOARD_NAME EL6Q -- cgit v1.2.3