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 --- Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Kconfig') diff --git a/Kconfig b/Kconfig index 529858a..e09b9c3 100644 --- a/Kconfig +++ b/Kconfig @@ -55,7 +55,7 @@ config CC_OPTIMIZE_FOR_SIZE config DISTRO_DEFAULTS bool "Select defaults suitable for booting general purpose Linux distributions" - default y if ARCH_SUNXI + default y if ARCH_SUNXI || TEGRA default y if ARCH_LS2080A default n select CMD_BOOTZ if ARM && !ARM64 -- cgit v1.1