summaryrefslogtreecommitdiff
path: root/doc/README.x86
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2018-04-12 14:04:40 -0600
committerBin Meng <bmeng.cn@gmail.com>2018-04-16 22:38:53 +0800
commitd5032392babd3a8bd027ccb79072ee7b05299b67 (patch)
tree2f4cebd4b3067ff7df821adf80ae3876b5256440 /doc/README.x86
parent7d9974a2bee01b133ec18f794467be74bc4d0587 (diff)
x86: Rename coreboot-x86 to coreboot
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>
Diffstat (limited to 'doc/README.x86')
-rw-r--r--doc/README.x862
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.x86 b/doc/README.x86
index 772e8d2a86..b1663a4111 100644
--- a/doc/README.x86
+++ b/doc/README.x86
@@ -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.