]> git.sur5r.net Git - u-boot/commitdiff
Enable DISTRO_DEFAULTS for Rockchip platforms
authorRomain Perier <romain.perier@collabora.com>
Wed, 11 Jan 2017 10:46:14 +0000 (11:46 +0100)
committerSimon Glass <sjg@chromium.org>
Thu, 12 Jan 2017 03:24:19 +0000 (20:24 -0700)
This enables suitable commands needed for booting general purpose
Linux distribution. This is required for example if we want to use PXE
or DHCP as default boot targets, symbols no longer enabled by
config_distro_defaults.h .

Signed-off-by: Romain Perier <romain.perier@collabora.com>
Kconfig

diff --git a/Kconfig b/Kconfig
index 1fa791c1cc469865a0eca3b3df9bf793e2f97729..3f79f6fec5f460535e5dceca1b2e4f1ad5390445 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -57,6 +57,7 @@ config DISTRO_DEFAULTS
        bool "Select defaults suitable for booting general purpose Linux distributions"
        default y if ARCH_SUNXI || TEGRA
        default y if ARCH_LS2080A
+       default y if ARCH_ROCKCHIP
        default n
        select CMD_BOOTZ if ARM && !ARM64
        select CMD_BOOTI if ARM64