diff options
author | Chen-Yu Tsai <wens@csie.org> | 2016-12-02 08:09:49 (GMT) |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-04-20 11:30:01 (GMT) |
commit | 50ae7ae58320855b41eace591a63d1439a0ef4d4 (patch) | |
tree | 22b3d0f488cae64a128a927ca1e660188ada6dea | |
parent | 8201188cf9e4fb8ce5277e4d59a458be536db927 (diff) | |
download | u-boot-50ae7ae58320855b41eace591a63d1439a0ef4d4.tar.xz |
sunxi: Enable SPL for R40
Now that we can do DRAM initialization for the R40, we can enable
SPL support for it.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
-rw-r--r-- | board/sunxi/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig index 92f9d32..0040e7e 100644 --- a/board/sunxi/Kconfig +++ b/board/sunxi/Kconfig @@ -138,6 +138,7 @@ config MACH_SUN8I_R40 bool "sun8i (Allwinner R40)" select CPU_V7 select SUNXI_GEN_SUN6I + select SUPPORT_SPL config MACH_SUN9I bool "sun9i (Allwinner A80)" |