Add fel spl support for A23

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Siarhei Siamashka <siarhei.siamashka@gmail.com>
This commit is contained in:
Hans de Goede 2015-02-24 19:15:14 +01:00 committed by Siarhei Siamashka
parent f6a1382b4a
commit b80e7ce7bd

5
fel.c
View File

@ -387,6 +387,11 @@ soc_sram_info soc_sram_info_table[] = {
.thunk_addr = 0xAE00, .thunk_size = 0x200,
.swap_buffers = a10_a13_a20_sram_swap_buffers,
},
{
.soc_id = 0x1650, /* Allwinner A23 */
.thunk_addr = 0x46E00, .thunk_size = 0x200,
.swap_buffers = a31_sram_swap_buffers,
},
{
.soc_id = 0x1633, /* Allwinner A31 */
.thunk_addr = 0x46E00, .thunk_size = 0x200,