diff --git a/board/raspberrypi/readme.txt b/board/raspberrypi/readme.txt index 47b48186df..2052e2b9e3 100644 --- a/board/raspberrypi/readme.txt +++ b/board/raspberrypi/readme.txt @@ -17,11 +17,11 @@ How to build it Configure Buildroot ------------------- -The rpi_defconfig configuration is a minimal configuration with all that -is required to bring the Raspberry Pi. You should base your work on this -defconfig: +The raspberrypi_defconfig configuration is a minimal configuration with +all that is required to bring the Raspberry Pi. You should base your +work on this defconfig: - $ make rpi_defconfig + $ make raspberrypi_defconfig If you want to use a persistent rootfs, skip to "Build the rootfs", below. diff --git a/configs/rpi_defconfig b/configs/raspberrypi_defconfig similarity index 100% rename from configs/rpi_defconfig rename to configs/raspberrypi_defconfig