Change TARGET_I386 to ARCH_X86

This renames TARGET_I386 to ARCH_X86 to make it more uniform with
other parts of the codebase, e.g. cbfs_core.h from cbfstool.

Change-Id: I1babcc941245ed1dde0478a21828766759373a42
Signed-off-by: David Hendricks <dhendrix@chromium.org>
Reviewed-on: http://review.coreboot.org/1961
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-by: Dave Frodin <dave.frodin@se-eng.com>
This commit is contained in:
David Hendricks
2012-11-30 13:56:31 -08:00
parent 0a92f89f5d
commit 4b6be985aa
9 changed files with 13 additions and 13 deletions

View File

@@ -65,9 +65,9 @@ menu "Architecture Options"
choice
prompt "Target Architecture"
default TARGET_I386
default ARCH_X86
config TARGET_I386
config ARCH_X86
bool "x86"
help
Support the x86 architecture
@@ -85,7 +85,7 @@ config MEMMAP_RAM_ONLY
config MULTIBOOT
bool "Multiboot header support"
depends on TARGET_I386
depends on ARCH_X86
default y
endmenu