summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--board/raspberrypi/readme.txt8
-rw-r--r--configs/raspberrypi_defconfig (renamed from configs/rpi_defconfig)0
2 files changed, 4 insertions, 4 deletions
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
index da877fbe1f..da877fbe1f 100644
--- a/configs/rpi_defconfig
+++ b/configs/raspberrypi_defconfig
OpenPOWER on IntegriCloud