blob: f4d086938ca09527cf3b88af125f6d10e8ce8660 (
plain)
1
2
3
4
5
6
7
8
9
|
# Boot Normal World in EL2: this define configures ATF (SPSR register) to boot
# BL33 in EL2.
EXTRA_OEMAKE += " RCAR_BL33_EXECUTION_EL=1"
do_ipl_opt_deploy:prepend () {
# Work around bug in BSP recipe, it can fail if nothing else has
# happened to run first and create the directory.
install -d ${DEPLOY_DIR_IMAGE}
}
|