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
|
@ -50,7 +50,7 @@
|
|||
|
||||
/* Various text section names */
|
||||
#define TEXT text
|
||||
#if defined(VXMICRO_ARCH_x86)
|
||||
#if defined(CONFIG_X86_32)
|
||||
#define TEXT_START text_start /* beginning of TEXT section */
|
||||
#else
|
||||
#define TEXT_START text /* beginning of TEXT section */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue