diff options
author | Jens Kuske | 2015-11-17 15:12:59 +0100 |
---|---|---|
committer | Hans de Goede | 2015-11-22 11:31:00 +0100 |
commit | 0404d53f2f2024312b108a1b692bf668545b772b (patch) | |
tree | 3627fae25cff99092808ad3e125ecd171b877e44 /board/sunxi | |
parent | 1c27b7dcd06e605ed042d928665d26edab8429e4 (diff) |
sunxi: Add H3 DRAM initialization support
Based on existing A23/A33 code and the original H3 boot0.
Signed-off-by: Jens Kuske <jenskuske@gmail.com>
Reviewed-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 e1f574f9056..2dd9d3bfecd 100644 --- a/board/sunxi/Kconfig +++ b/board/sunxi/Kconfig @@ -72,6 +72,7 @@ config MACH_SUN8I_H3 bool "sun8i (Allwinner H3)" select CPU_V7 select SUNXI_GEN_SUN6I + select SUPPORT_SPL config MACH_SUN9I bool "sun9i (Allwinner A80)" |