mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2026-01-27 09:31:23 +01:00
fix u-boot for tf-a firmware
A change was made in the location and name of the bl31 artifact for device firmware built with trusted-firmware-a. Update the build to match so these devices continue to build successfully. Signed-off-by: Trevor Woerner <twoerner@gmail.com>
This commit is contained in:
parent
e2ba8e663e
commit
2a13a49da4
|
|
@ -47,3 +47,14 @@ fixup_baudrate:rk3588s() {
|
|||
# If you use upstream U-Boot with SPL_ATF_NO_PLATFORM_PARAM disabled, you can
|
||||
# simply override this function to do nothing.
|
||||
do_patch[postfuncs] += "fixup_baudrate"
|
||||
|
||||
do_deploy() {
|
||||
:
|
||||
}
|
||||
do_deploy:rk3328() {
|
||||
cp -rf ${D}/firmware/trusted-firmware-a/bl31.elf ${DEPLOYDIR}/bl31-rk3328.elf
|
||||
}
|
||||
do_deploy:rk3399() {
|
||||
cp -rf ${D}/firmware/trusted-firmware-a/bl31.elf ${DEPLOYDIR}/bl31-rk3399.elf
|
||||
}
|
||||
addtask deploy after do_install
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user