From: Andy Shevchenko Date: Sun, 8 Jan 2017 20:51:04 +0000 (+0300) Subject: x86: Synchronize list of x86 subarchitectures (update bootparam.h) X-Git-Tag: v2017.03-rc2~115 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7cbaddd4ad8ea760fd9c055f850a21298315d1d9;p=platform%2Fkernel%2Fu-boot.git x86: Synchronize list of x86 subarchitectures (update bootparam.h) Basically rename X86_SUBARCH_MRST to X86_SUBARCH_INTEL_MID to be more specific. Signed-off-by: Andy Shevchenko Reviewed-by: Stefan Roese Reviewed-by: Bin Meng --- diff --git a/arch/x86/include/asm/bootparam.h b/arch/x86/include/asm/bootparam.h index a373a79..48b138c 100644 --- a/arch/x86/include/asm/bootparam.h +++ b/arch/x86/include/asm/bootparam.h @@ -117,7 +117,8 @@ enum { X86_SUBARCH_PC = 0, X86_SUBARCH_LGUEST, X86_SUBARCH_XEN, - X86_SUBARCH_MRST, + X86_SUBARCH_INTEL_MID, + X86_SUBARCH_CE4100, X86_NR_SUBARCHS, }; #endif /* _ASM_X86_BOOTPARAM_H */