diff options
author | Hans de Goede <hdegoede@redhat.com> | 2016-07-26 17:47:16 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2016-07-26 21:56:02 +0200 |
commit | 2a5adc5b3c1f532dc9ec6638e6696316c078b619 (patch) | |
tree | 90933de63313513166b6a3af9780d0d17a9a8619 /board/sunxi | |
parent | 4579720412744dd13266a3505bb38ce2da819b4f (diff) | |
download | u-boot-2a5adc5b3c1f532dc9ec6638e6696316c078b619.tar.gz |
sunxi: Add defconfig and dts file for the Orange Pi PC Plus SBC
There is a new Orange Pi PC *Plus* version available now,
this is an extended version of the regular Orange Pi PC
with sdio wifi and an eMMC.
The upstream kernel devs have decided that they want a separate
dts for the PC Plus rather then sharing a single dts between the
regular PC and the PC Plus. So add a new orangepi_pc_plus_defconfig
to match.
The added dts file matches the one submitted to the upstream kernel.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'board/sunxi')
-rw-r--r-- | board/sunxi/MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS index 0dc84f6aab..de719cd1f9 100644 --- a/board/sunxi/MAINTAINERS +++ b/board/sunxi/MAINTAINERS @@ -59,6 +59,7 @@ F: configs/orangepi_2_defconfig F: configs/orangepi_lite_defconfig F: configs/orangepi_one_defconfig F: configs/orangepi_pc_defconfig +F: configs/orangepi_pc_plus_defconfig F: configs/orangepi_plus_defconfig F: configs/polaroid_mid2407pxe03_defconfig F: configs/polaroid_mid2809pxe04_defconfig |