summaryrefslogtreecommitdiff
path: root/board/raspberrypi
diff options
context:
space:
mode:
authormathieu benoit <mathieu.benoit@savoirfairelinux.com>2013-11-10 13:16:22 +0100
committerPeter Korsgaard <peter@korsgaard.com>2013-11-10 22:18:52 +0100
commit094d8ec896ef0c447a4bfb884753bf8984d67dbc (patch)
tree632b589f2775220596aebff5c36c9917c412442a /board/raspberrypi
parent5a0e1258f369d9fcf75e977c3a76727a9a3096a3 (diff)
configs: rename rpi_defconfig for consistency
We name all of our boards and defconfig files based on the boards fullname, not a nickname or a shortname. 'rpi' is short for Raspberry Pi, so name all our Raspberry Pi ressource with 'raspberrypi' instead of 'rpi'. This should also help Buildroot-newcomers to recognise Raspberry Pi related files (defconfig and board doc). Signed-off-by: Mathieu Benoit <mathieu.benoit@savoirfairelinux.com> [yann.morin.1998@free.fr: reverse the rename] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Ryan Barnett <rjbarnet@rockwellcollins.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'board/raspberrypi')
-rw-r--r--board/raspberrypi/readme.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/board/raspberrypi/readme.txt b/board/raspberrypi/readme.txt
index 47b48186d..2052e2b9e 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.