Rename VXMICRO_ARCH_x86 -> CONFIG_X86_32

Change-Id: Ie1bcfebce1db838ea994cb3626396ea032225830
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2015-06-05 22:26:24 -04:00
commit 191fc279ce
19 changed files with 29 additions and 32 deletions

View file

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