diff options
author | huang lin <hl@rock-chips.com> | 2015-11-17 14:20:28 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-12-01 08:07:22 -0700 |
commit | d8b597823b90f43cb3cd1fb82ab1f4804a8ad1e5 (patch) | |
tree | 3f4e03d1732d429f6fabda6a9f127ce869b7730f /arch/arm/dts/Makefile | |
parent | be1d5e0388d2e506d875d4b984485526bdf3197f (diff) | |
download | u-boot-d8b597823b90f43cb3cd1fb82ab1f4804a8ad1e5.tar.gz u-boot-d8b597823b90f43cb3cd1fb82ab1f4804a8ad1e5.tar.xz u-boot-d8b597823b90f43cb3cd1fb82ab1f4804a8ad1e5.zip |
rockchip: Add basic support for evb-rk3036 board
This add some basic files required to allow the board to dispaly
serial message and can run command(mmc info etc)
Signed-off-by: Lin Huang <hl@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>
Moved board Kconfig fragment from previous patch into this one to fix
build error:
Signed-off-by: Simon Glass <sjg@chromium.org>
Series-changes: 8
- moved board Kconfig fragment from previous patch into this one
Diffstat (limited to 'arch/arm/dts/Makefile')
-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 76d1fafde7..23e7b40ff9 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -21,7 +21,8 @@ dtb-$(CONFIG_EXYNOS5) += exynos5250-arndale.dtb \ exynos5422-odroidxu3.dtb dtb-$(CONFIG_ARCH_ROCKCHIP) += \ rk3288-firefly.dtb \ - rk3288-jerry.dtb + rk3288-jerry.dtb \ + rk3036-sdk.dtb dtb-$(CONFIG_TEGRA) += tegra20-harmony.dtb \ tegra20-medcom-wide.dtb \ tegra20-paz00.dtb \ |