summaryrefslogtreecommitdiff
path: root/configs/orangepi_plus2e_defconfig
Commit message (Collapse)AuthorAgeLines
* configs: Re-syncTom Rini2016-09-20-2/+2
| | | | Signed-off-by: Tom Rini <trini@konsulko.com>
* Convert CONFIG_SPL_I2C_SUPPORT to KconfigSimon Glass2016-09-16-0/+1
| | | | | | Move this option to Kconfig and tidy up existing uses. Signed-off-by: Simon Glass <sjg@chromium.org>
* configs: Resync with savedefconfigTom Rini2016-09-09-3/+1
| | | | Signed-off-by: Tom Rini <trini@konsulko.com>
* sunxi: Add defconfig and dts file for the Orange Pi Plus2E SBCHans de Goede2016-09-03-0/+19
The Orange Pi Plus2E is an extended version of the Orange Pi Pc Plus, with 2G RAM and an external gbit ethernet phy. The dts file is identical to the one submitted to the upstream kernel, except that it has the pending patch to enable the ethernet controller squashed in, as u-boot already has sun8i-emac support. Signed-off-by: Hans de Goede <hdegoede@redhat.com>