diff options
author | Hans de Goede <hdegoede@redhat.com> | 2014-10-25 20:18:10 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2014-11-13 14:49:01 +0100 |
commit | 8c2c9cfa7bfe1e5ee792b2e277f8dbff9bdf8ccf (patch) | |
tree | e15cb85858811e497be4fa9d0aee98b98a65964f /board/sunxi | |
parent | 6dbfda81c09f65528cc34cfda6a61375a06e69e0 (diff) | |
download | u-boot-imx-8c2c9cfa7bfe1e5ee792b2e277f8dbff9bdf8ccf.zip u-boot-imx-8c2c9cfa7bfe1e5ee792b2e277f8dbff9bdf8ccf.tar.gz u-boot-imx-8c2c9cfa7bfe1e5ee792b2e277f8dbff9bdf8ccf.tar.bz2 |
sun6i: Enable SPL
Enable the SPL now that we've all the necessary bits in place.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
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 5b2d091..6688386 100644 --- a/board/sunxi/Kconfig +++ b/board/sunxi/Kconfig @@ -16,6 +16,7 @@ config MACH_SUN5I config MACH_SUN6I bool "sun6i (Allwinner A31)" select CPU_V7 + select SUPPORT_SPL config MACH_SUN7I bool "sun7i (Allwinner A20)" |