From 70b8bd7d3b046dcc2ce7987e156629940b027897 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Sun, 15 Jan 2017 20:22:30 +0100 Subject: odroid-c2: Enable distro boot MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Alexander Graf --- include/configs/odroid-c2.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/configs/odroid-c2.h') 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 #endif /* __CONFIG_H */ -- cgit v1.1