aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Färber2017-01-15 13:22:30 -0600
committerTom Rini2017-01-20 14:38:02 -0600
commit70b8bd7d3b046dcc2ce7987e156629940b027897 (patch)
treece4402ca8a91f616300a9b201e82c1ee90aa89be /Kconfig
parent8c9bfc47ed587df236a813c46cb5611b9c7d0a91 (diff)
downloadu-boot-70b8bd7d3b046dcc2ce7987e156629940b027897.tar.gz
u-boot-70b8bd7d3b046dcc2ce7987e156629940b027897.tar.xz
u-boot-70b8bd7d3b046dcc2ce7987e156629940b027897.zip
odroid-c2: Enable distro boot
Use the generic "distro" boot framework to enable automatic DHCP boot. MMC and USB are not yet implemented, so this is the only boot option. The fdt and kernel addresses are adopted from downstream; ramdisk and scriptaddr addresses were chosen arbitrarily. Signed-off-by: Andreas Färber <afaerber@suse.de> Reviewed-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/Kconfig b/Kconfig
index 39a4d938d8..cb19ce6f87 100644
--- a/Kconfig
+++ b/Kconfig
@@ -57,6 +57,7 @@ config DISTRO_DEFAULTS
57 bool "Select defaults suitable for booting general purpose Linux distributions" 57 bool "Select defaults suitable for booting general purpose Linux distributions"
58 default y if ARCH_SUNXI || TEGRA 58 default y if ARCH_SUNXI || TEGRA
59 default y if ARCH_LS2080A 59 default y if ARCH_LS2080A
60 default y if ARCH_MESON
60 default y if ARCH_ROCKCHIP 61 default y if ARCH_ROCKCHIP
61 default n 62 default n
62 select CMD_BOOTZ if ARM && !ARM64 63 select CMD_BOOTZ if ARM && !ARM64