Rename VXMICRO_ARCH_x86 -> CONFIG_X86_32
Change-Id: Ie1bcfebce1db838ea994cb3626396ea032225830 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
2eb30f3aac
commit
191fc279ce
19 changed files with 29 additions and 32 deletions
|
@ -45,7 +45,7 @@ This file may be included by:
|
|||
#include <sections.h>
|
||||
|
||||
/* include platform dependent linker-defs */
|
||||
#ifdef VXMICRO_ARCH_x86
|
||||
#ifdef CONFIG_X86_32
|
||||
#include <arch/x86/linker-defs-arch.h>
|
||||
#elif defined(VXMICRO_ARCH_arm)
|
||||
/* Nothing yet to include */
|
||||
|
@ -56,7 +56,7 @@ This file may be included by:
|
|||
#endif
|
||||
|
||||
#ifdef _LINKER
|
||||
#ifdef VXMICRO_ARCH_x86 /* LINKER FILES: defines used by linker script */
|
||||
#ifdef CONFIG_X86_32 /* LINKER FILES: defines used by linker script */
|
||||
/* Should be moved to linker-common-defs.h */
|
||||
#if defined(CONFIG_XIP)
|
||||
#define ROMABLE_REGION ROM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue