diff options
author | Andreas Färber <afaerber@suse.de> | 2017-01-15 20:22:30 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-20 15:38:02 -0500 |
commit | 70b8bd7d3b046dcc2ce7987e156629940b027897 (patch) | |
tree | ce4402ca8a91f616300a9b201e82c1ee90aa89be /Kconfig | |
parent | 8c9bfc47ed587df236a813c46cb5611b9c7d0a91 (diff) | |
download | u-boot-70b8bd7d3b046dcc2ce7987e156629940b027897.zip u-boot-70b8bd7d3b046dcc2ce7987e156629940b027897.tar.gz u-boot-70b8bd7d3b046dcc2ce7987e156629940b027897.tar.bz2 |
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-- | Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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_MESON default y if ARCH_ROCKCHIP default n select CMD_BOOTZ if ARM && !ARM64 |