diff options
author | Iain Paton <ipaton0@gmail.com> | 2014-09-28 14:18:42 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2014-10-24 09:35:37 +0200 |
commit | d71910fc509933fab881f85ae244ea95525a41d6 (patch) | |
tree | 6fac75e6ccbe3795dfc040b2fc31a4b0be863c43 /configs | |
parent | 5b3ee386fde82a1ba42ff09b95247842c9a1585e (diff) | |
download | u-boot-imx-d71910fc509933fab881f85ae244ea95525a41d6.zip u-boot-imx-d71910fc509933fab881f85ae244ea95525a41d6.tar.gz u-boot-imx-d71910fc509933fab881f85ae244ea95525a41d6.tar.bz2 |
sun7i: Add support for Olimex A20-OLinuXino-LIME2
This adds support for the Olimex A20-OLinuXino-Lime2
https://www.olimex.com/Products/OLinuXino/A20/A20-OLinuXIno-LIME2
Differences to previous Lime boards are 1GB RAM and gigabit ethernet
Signed-off-by: Iain Paton <ipaton0@gmail.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/A20-OLinuXino-Lime2_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/A20-OLinuXino-Lime2_defconfig b/configs/A20-OLinuXino-Lime2_defconfig new file mode 100644 index 0000000..75ef872 --- /dev/null +++ b/configs/A20-OLinuXino-Lime2_defconfig @@ -0,0 +1,5 @@ +CONFIG_SPL=y +CONFIG_SYS_EXTRA_OPTIONS="A20_OLINUXINO_L2,AXP209_POWER,SUNXI_GMAC,RGMII,AHCI,SATAPWR=SUNXI_GPC(3),USB_EHCI" +CONFIG_FDTFILE="sun7i-a20-olinuxino-lime2.dtb" ++S:CONFIG_ARM=y ++S:CONFIG_TARGET_SUN7I=y |