From 3340eab26d89176dd0bf543e6d2590665c577423 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Tue, 29 Jul 2014 18:29:27 +0200 Subject: sun7i: Add bananapi board The Banana Pi is an A20 based development board using Raspberry Pi compatible IO headers. It comes with 1 GB RAM, 1 Gb ethernet, 2x USB host, sata, hdmi and stereo audio out + various expansion headers: http://www.lemaker.org/ Signed-off-by: Hans de Goede Acked-by: Ian Campbell --- configs/Bananapi_defconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 configs/Bananapi_defconfig (limited to 'configs') diff --git a/configs/Bananapi_defconfig b/configs/Bananapi_defconfig new file mode 100644 index 0000000000..be3d815568 --- /dev/null +++ b/configs/Bananapi_defconfig @@ -0,0 +1,4 @@ +CONFIG_SPL=y +CONFIG_SYS_EXTRA_OPTIONS="BANANAPI,SPL,AXP209_POWER,SUNXI_GMAC,RGMII,MACPWR=SUNXI_GPH(23),AHCI,USB_EHCI" ++S:CONFIG_ARM=y ++S:CONFIG_TARGET_SUN7I=y -- cgit v1.2.1