mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/rpi-firmware: fix 'partition' typo in help text
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
(cherry picked from commit 0dffd8ab1c)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
@@ -66,14 +66,14 @@ config BR2_PACKAGE_RPI_FIRMWARE_VARIANT_PI4_DB
|
||||
config BR2_PACKAGE_RPI_FIRMWARE_CONFIG_FILE
|
||||
string "Path to a file stored as boot/config.txt"
|
||||
help
|
||||
Path to a file stored as config.txt in the boot partiton
|
||||
Path to a file stored as config.txt in the boot partition
|
||||
of the generated SD card image.
|
||||
|
||||
config BR2_PACKAGE_RPI_FIRMWARE_CMDLINE_FILE
|
||||
string "Path to a file stored as boot/cmdline.txt"
|
||||
default "board/raspberrypi/cmdline.txt" # legacy
|
||||
help
|
||||
Path to a file stored as cmdline.txt in the boot partiton
|
||||
Path to a file stored as cmdline.txt in the boot partition
|
||||
of the generated SD card image.
|
||||
|
||||
config BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTBS
|
||||
|
||||
Reference in New Issue
Block a user