diff options
-rw-r--r-- | board/coreboot/coreboot/MAINTAINERS | 2 | ||||
-rw-r--r-- | configs/coreboot_defconfig (renamed from configs/coreboot-x86_defconfig) | 0 | ||||
-rw-r--r-- | doc/README.x86 | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/board/coreboot/coreboot/MAINTAINERS b/board/coreboot/coreboot/MAINTAINERS index 2736aa0282..188906b080 100644 --- a/board/coreboot/coreboot/MAINTAINERS +++ b/board/coreboot/coreboot/MAINTAINERS @@ -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 diff --git a/configs/coreboot-x86_defconfig b/configs/coreboot_defconfig index ecedc8b4c5..ecedc8b4c5 100644 --- a/configs/coreboot-x86_defconfig +++ b/configs/coreboot_defconfig 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. |