[Buildroot] [PATCH 3/3] package/rpi-firmware: update Config.in for RPi 5.

Christophe Blaess christophe.blaess at logilin.fr
Mon Dec 11 08:03:23 UTC 2023


The `rpi-firmware` menu entries for Raspberry Pi 4 are also
usable for Raspberry Pi 5. This patch update the menu captions and
help texts.

Signed-off-by: Christophe Blaess <christophe.blaess at logilin.fr>
---
 package/rpi-firmware/Config.in | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/package/rpi-firmware/Config.in b/package/rpi-firmware/Config.in
index a9aeaed745..ebc6379f81 100644
--- a/package/rpi-firmware/Config.in
+++ b/package/rpi-firmware/Config.in
@@ -41,27 +41,27 @@ config BR2_PACKAGE_RPI_FIRMWARE_VARIANT_PI_DB
 	  The debug set of files for versions Zero/1/2/3.
 
 config BR2_PACKAGE_RPI_FIRMWARE_VARIANT_PI4
-	bool "rpi 4 (default)"
+	bool "rpi 4/5 (default)"
 	help
-	  The default set of files for versions 4 (standard GPU
+	  The default set of files for versions 4/5 (standard GPU
 	  features).
 
 config BR2_PACKAGE_RPI_FIRMWARE_VARIANT_PI4_X
-	bool "rpi 4 (extended)"
+	bool "rpi 4/5 (extended)"
 	help
-	  The extended set of files for versions 4 (additional GPU
+	  The extended set of files for versions 4/5 (additional GPU
 	  features, eg. more audio/video codecs).
 
 config BR2_PACKAGE_RPI_FIRMWARE_VARIANT_PI4_CD
-	bool "rpi 4 (cut-down)"
+	bool "rpi 4/5 (cut-down)"
 	help
-	  The cut-down set of files for versions 4 (only features
+	  The cut-down set of files for versions 4/5 (only features
 	  required to boot a Linux kernel).
 
 config BR2_PACKAGE_RPI_FIRMWARE_VARIANT_PI4_DB
-	bool "rpi 4 (debug)"
+	bool "rpi 4/5 (debug)"
 	help
-	  The debug set of files for versions 4.
+	  The debug set of files for versions 4/5.
 
 config BR2_PACKAGE_RPI_FIRMWARE_CONFIG_FILE
 	string "Path to a file stored as boot/config.txt"
-- 
2.34.1




More information about the buildroot mailing list