diff options
author | Hans de Goede <hdegoede@redhat.com> | 2016-04-09 15:02:24 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2016-04-12 08:58:03 +0200 |
commit | ec770dba89533ca49b1bdc7d2c49c2d01fcdf406 (patch) | |
tree | 9d5cd485b1f0c9163b9192025a8cac4c077038b7 /board | |
parent | fb3bfbb24a72a495f3fb1716d386fb4bbe5990fa (diff) | |
download | u-boot-imx-ec770dba89533ca49b1bdc7d2c49c2d01fcdf406.zip u-boot-imx-ec770dba89533ca49b1bdc7d2c49c2d01fcdf406.tar.gz u-boot-imx-ec770dba89533ca49b1bdc7d2c49c2d01fcdf406.tar.bz2 |
sunxi: Add defconfig and dts file for Orange Pi One SBC
The Orange Pi One SBC, is a stripped down version of the popular
Orange Pi PC. The one is a H3 based SBC, with 512M of RAM,
micro-sd slot, 1 host usb, 1 otg usb, hdmi and 100Mbit ethernet.
The dts is identical to the dts submitted to the upstream kernel.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'board')
-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 430d770..2cb8a75 100644 --- a/board/sunxi/MAINTAINERS +++ b/board/sunxi/MAINTAINERS @@ -55,6 +55,7 @@ F: include/configs/sun8i.h F: configs/ga10h_v1_1_defconfig F: configs/gt90h_v4_defconfig F: configs/orangepi_2_defconfig +F: configs/orangepi_one_defconfig F: configs/orangepi_pc_defconfig F: configs/orangepi_plus_defconfig F: configs/polaroid_mid2809pxe04_defconfig |