blob: 1dd2576cb7d8755ff9b0c51e9a3c066a4034a7f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
config ARCH_BOOTBLOCK_ARMV8_64
def_bool n
select ARCH_BOOTBLOCK_ARM64
config ARCH_ROMSTAGE_ARMV8_64
def_bool n
select ARCH_ROMSTAGE_ARM64
config ARCH_RAMSTAGE_ARMV8_64
def_bool n
select ARCH_RAMSTAGE_ARM64
|