projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c83a824
)
x86: Synchronize list of x86 subarchitectures (update bootparam.h)
author
Andy Shevchenko
<andriy.shevchenko@linux.intel.com>
Sun, 8 Jan 2017 20:51:04 +0000
(23:51 +0300)
committer
Bin Meng
<bmeng.cn@gmail.com>
Mon, 6 Feb 2017 03:38:46 +0000
(11:38 +0800)
Basically rename X86_SUBARCH_MRST to X86_SUBARCH_INTEL_MID to be more specific.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/include/asm/bootparam.h
patch
|
blob
|
history
diff --git
a/arch/x86/include/asm/bootparam.h
b/arch/x86/include/asm/bootparam.h
index a373a798861edd6319f12ee2353187bb8c2d0466..48b138c6b0e9ed9d14c1d30ba445c42136ed6073 100644
(file)
--- 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 */