diff options
Diffstat (limited to 'src/mainboard/emulation/qemu-armv7')
-rw-r--r-- | src/mainboard/emulation/qemu-armv7/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/emulation/qemu-armv7/Kconfig b/src/mainboard/emulation/qemu-armv7/Kconfig index c6199ea521..bb13e988a9 100644 --- a/src/mainboard/emulation/qemu-armv7/Kconfig +++ b/src/mainboard/emulation/qemu-armv7/Kconfig @@ -27,9 +27,9 @@ config BOARD_SPECIFIC_OPTIONS # dummy select DRIVERS_UART_PL011 select BOOTBLOCK_CONSOLE select CONSOLE_SERIAL - select ARM_BOOTBLOCK_ARMV7 - select ARM_ROMSTAGE_ARMV7 - select ARM_RAMSTAGE_ARMV7 + select ARCH_BOOTBLOCK_ARMV7 + select ARCH_ROMSTAGE_ARMV7 + select ARCH_RAMSTAGE_ARMV7 select BOARD_ROMSIZE_KB_4096 config MAINBOARD_DIR |