summaryrefslogtreecommitdiff
path: root/include/configs/odroid-c2.h
diff options
context:
space:
mode:
authorAndreas Färber <afaerber@suse.de>2017-01-15 19:22:30 (GMT)
committerTom Rini <trini@konsulko.com>2017-01-20 20:38:02 (GMT)
commit70b8bd7d3b046dcc2ce7987e156629940b027897 (patch)
treece4402ca8a91f616300a9b201e82c1ee90aa89be /include/configs/odroid-c2.h
parent8c9bfc47ed587df236a813c46cb5611b9c7d0a91 (diff)
downloadu-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 'include/configs/odroid-c2.h')
-rw-r--r--include/configs/odroid-c2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/odroid-c2.h b/include/configs/odroid-c2.h
index eb41818..48f4a68 100644
--- a/include/configs/odroid-c2.h
+++ b/include/configs/odroid-c2.h
@@ -14,6 +14,8 @@
#define CONFIG_CONS_INDEX 0
#define CONFIG_BAUDRATE 115200
+#define MESON_FDTFILE_SETTING "fdtfile=amlogic/meson-gxbb-odroidc2.dtb\0"
+
#include <configs/meson-gxbb-common.h>
#endif /* __CONFIG_H */