diff options
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | 2016-10-28 18:21:32 +0800 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2016-10-30 11:38:04 +0100 |
commit | a98c296a0ed7a77a86c86fc1b7d6d75681a76523 (patch) | |
tree | a339f3af467e8b9806b534db086404829d5dd8f2 /board/sunxi | |
parent | 7962a8d5a4e39909ffb5f3c314457644b2ba5ed6 (diff) | |
download | u-boot-a98c296a0ed7a77a86c86fc1b7d6d75681a76523.tar.gz u-boot-a98c296a0ed7a77a86c86fc1b7d6d75681a76523.tar.xz u-boot-a98c296a0ed7a77a86c86fc1b7d6d75681a76523.zip |
sunxi: enable SPL for sun9i
Now that DRAM initialization and clock setup is supported,
we can enable SPL for the A80.
[wens@csie.org: Added commit message]
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'board/sunxi')
-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 a126c3e301..ee6ae37fb7 100644 --- a/board/sunxi/Kconfig +++ b/board/sunxi/Kconfig @@ -119,6 +119,7 @@ config MACH_SUN9I bool "sun9i (Allwinner A80)" select CPU_V7 select SUNXI_GEN_SUN6I + select SUPPORT_SPL config MACH_SUN50I bool "sun50i (Allwinner A64)" |