mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-07 21:33:54 +00:00
feat(arm): enable Linux boot from fip as BL33
Disable the reliance of ARM_LINUX_KERNEL_AS_BL33 on PRELOADED_BL33_BASE so that a Linux Kernel can be loaded and booted from the fip as BL33. Change-Id: I0437eec852cf17e0ed37a7ff77fcc4e66b1cea7a Signed-off-by: Salman Nabi <salman.nabi@arm.com>
This commit is contained in:
parent
0d49a41502
commit
eb8cb9534b
1 changed files with 0 additions and 3 deletions
|
@ -108,9 +108,6 @@ ifeq (${ARM_LINUX_KERNEL_AS_BL33},1)
|
|||
$(error ARM_LINUX_KERNEL_AS_BL33 is only available if RESET_TO_SP_MIN=1.)
|
||||
endif
|
||||
endif
|
||||
ifndef PRELOADED_BL33_BASE
|
||||
$(error PRELOADED_BL33_BASE must be set if ARM_LINUX_KERNEL_AS_BL33 is used.)
|
||||
endif
|
||||
ifeq (${RESET_TO_BL31},1)
|
||||
ifndef ARM_PRELOADED_DTB_BASE
|
||||
$(error ARM_PRELOADED_DTB_BASE must be set if ARM_LINUX_KERNEL_AS_BL33 is used with RESET_TO_BL31.)
|
||||
|
|
Loading…
Add table
Reference in a new issue