diff options
author | Andreas Färber <afaerber@suse.de> | 2017-01-15 19:22:30 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-20 20:38:02 (GMT) |
commit | 70b8bd7d3b046dcc2ce7987e156629940b027897 (patch) | |
tree | ce4402ca8a91f616300a9b201e82c1ee90aa89be /configs/odroid-c2_defconfig | |
parent | 8c9bfc47ed587df236a813c46cb5611b9c7d0a91 (diff) | |
download | u-boot-70b8bd7d3b046dcc2ce7987e156629940b027897.tar.xz |
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 'configs/odroid-c2_defconfig')
-rw-r--r-- | configs/odroid-c2_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/odroid-c2_defconfig b/configs/odroid-c2_defconfig index 7d0b2b1..119ab07 100644 --- a/configs/odroid-c2_defconfig +++ b/configs/odroid-c2_defconfig @@ -13,7 +13,6 @@ CONFIG_HUSH_PARSER=y # CONFIG_CMD_IMLS is not set # CONFIG_CMD_LOADS is not set # CONFIG_CMD_FPGA is not set -# CONFIG_CMD_SOURCE is not set # CONFIG_CMD_SETEXPR is not set CONFIG_OF_CONTROL=y CONFIG_NET_RANDOM_ETHADDR=y |