mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
boot/uboot/Config.in: Fix BR2_TARGET_UBOOT_SPL
Building an SPL image depends on the board configuration. This option does not enable the SPL build, but only copies the built SPL image to the binary images folder. The current help text is misleading. Signed-off-by: Jörg Krause <jkrause@posteo.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
dd1f5ad97c
commit
5912863890
@ -214,13 +214,15 @@ config BR2_TARGET_UBOOT_ETH1ADDR
|
|||||||
endif # BR2_TARGET_UBOOT_NETWORK
|
endif # BR2_TARGET_UBOOT_NETWORK
|
||||||
|
|
||||||
config BR2_TARGET_UBOOT_SPL
|
config BR2_TARGET_UBOOT_SPL
|
||||||
bool "U-Boot SPL support"
|
bool "Install U-Boot SPL binary image"
|
||||||
depends on !BR2_TARGET_XLOADER
|
depends on !BR2_TARGET_XLOADER
|
||||||
help
|
help
|
||||||
Enable the U-Boot SPL support. SPL is a first stage
|
Install the U-Boot SPL binary image to the images
|
||||||
bootloader loaded into internal memory in charge of
|
directory.
|
||||||
enabling and configuring the external memory (DDR),
|
SPL is a first stage bootloader loaded into internal
|
||||||
and load the u-boot program into DDR.
|
memory in charge of enabling and configuring the
|
||||||
|
external memory (DDR), and load the u-boot program
|
||||||
|
into DDR.
|
||||||
|
|
||||||
config BR2_TARGET_UBOOT_SPL_NAME
|
config BR2_TARGET_UBOOT_SPL_NAME
|
||||||
string "U-Boot SPL target name"
|
string "U-Boot SPL target name"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user