diff options
author | Hans de Goede <hdegoede@redhat.com> | 2014-07-29 18:29:27 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2014-07-31 15:37:24 +0200 |
commit | 3340eab26d89176dd0bf543e6d2590665c577423 (patch) | |
tree | 1395a82048fb5af840683e28835837caa580d81c /configs/Bananapi_defconfig | |
parent | cb4ccf2f21468aabd877495cff22c2117c98f8c6 (diff) |
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 <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'configs/Bananapi_defconfig')
-rw-r--r-- | configs/Bananapi_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/Bananapi_defconfig b/configs/Bananapi_defconfig new file mode 100644 index 00000000000..be3d815568b --- /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 |