[U-Boot] [PATCH v1 1/1] x86: Synchronize list of x86 subarchitectures (update bootparam.h)

Stefan Roese sr at denx.de
Mon Jan 9 15:07:29 CET 2017


(adding Simon and Bin to cc)

On 08.01.2017 21:51, Andy Shevchenko wrote:
> Basically rename X86_SUBARCH_MRST to X86_SUBARCH_INTEL_MID to be more specific.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
> ---
>  arch/x86/include/asm/bootparam.h | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/arch/x86/include/asm/bootparam.h b/arch/x86/include/asm/bootparam.h
> index a373a79886..48b138c6b0 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 */
>

Reviewed-by: Stefan Roese <sr at denx.de>

Thanks,
Stefan


More information about the U-Boot mailing list