emulation/qemu-arm7: Fix Kconfig symbols for stage compilers

These had typos ARM_STAGE_ARM7 instead of ARCH_STAGE_ARM7

Change-Id: Iffe8fecb3e52a50ff02b774478a10c353093688b
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/12660
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
Martin Roth 2015-12-06 18:13:43 -07:00
parent 3e41ee9847
commit ae1bab3c9d
1 changed files with 3 additions and 3 deletions

View File

@ -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