x86: Rename coreboot-x86 to coreboot
authorSimon Glass <sjg@chromium.org>
Thu, 12 Apr 2018 20:04:40 +0000 (14:04 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 16 Apr 2018 14:38:53 +0000 (22:38 +0800)
We only use coreboot as a target on x86 platforms, since on ARM platforms
U-Boot always runs as the primary boot loader. Rename the coreboot-x86
platform to reflect this.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
board/coreboot/coreboot/MAINTAINERS
configs/coreboot_defconfig [moved from configs/coreboot-x86_defconfig with 100% similarity]
doc/README.x86

index 2736aa0..188906b 100644 (file)
@@ -3,4 +3,4 @@ M:      Simon Glass <sjg@chromium.org>
 S:     Maintained
 F:     board/coreboot/coreboot/
 F:     include/configs/chromebook_link.h
-F:     configs/coreboot-x86_defconfig
+F:     configs/coreboot_defconfig
index 772e8d2..b1663a4 100644 (file)
@@ -46,7 +46,7 @@ Build Instructions for U-Boot as coreboot payload
 Building U-Boot as a coreboot payload is just like building U-Boot for targets
 on other architectures, like below:
 
-$ make coreboot-x86_defconfig
+$ make coreboot_defconfig
 $ make all
 
 Note this default configuration will build a U-Boot payload for the QEMU board.