diff options
author | Chen-Yu Tsai <wens@csie.org> | 2015-06-23 19:57:27 +0800 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-07-05 11:32:11 +0200 |
commit | 4e87398fcc946c076339e8ed9bf1cc576fd42cf7 (patch) | |
tree | a1746589f399a4a7786fd12a5856d8b3eb93514d /arch | |
parent | d8656b6297cb8c08f80adbbe717bd06e150fb759 (diff) | |
download | u-boot-imx-4e87398fcc946c076339e8ed9bf1cc576fd42cf7.zip u-boot-imx-4e87398fcc946c076339e8ed9bf1cc576fd42cf7.tar.gz u-boot-imx-4e87398fcc946c076339e8ed9bf1cc576fd42cf7.tar.bz2 |
sunxi: Add Sinlinx SinA33 defconfig
Sinlinx SinA33 is a core/daughter board SDK kit from Sinlinx. It has
the A33 SoC, USB host, USB OTG, audio input/output, LCD, camera, SDIO
and GPIO headers.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 9c735c6..bbca94f 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -128,7 +128,8 @@ dtb-$(CONFIG_MACH_SUN8I_A23) += \ dtb-$(CONFIG_MACH_SUN8I_A33) += \ sun8i-a33-et-q8-v1.6.dtb \ sun8i-a33-ga10h-v1.1.dtb \ - sun8i-a33-ippo-q8h-v1.2-lcd1024x600.dtb + sun8i-a33-ippo-q8h-v1.2-lcd1024x600.dtb \ + sun8i-a33-sinlinx-sina33.dtb dtb-$(CONFIG_MACH_SUN9I) += \ sun9i-a80-optimus.dtb \ sun9i-a80-cubieboard4.dtb |