mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-08 23:51:08 -09:00
The opensbi package already allows to use Linux as a payload for OpenSBI, but in some cases, U-Boot as payload is useful. This commit adds a BR2_TARGET_OPENSBI_UBOOT_PAYLOAD option, modeled after the existing BR2_TARGET_OPENSBI_LINUX_PAYLOAD. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>