mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-27 06:18:13 +00:00
conf/machine, u-boot-ti-staging: add am335x-hs-evm platform
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
@@ -53,6 +53,13 @@ do_compile_append_am437x-hs-evm () {
|
||||
fi
|
||||
}
|
||||
|
||||
do_compile_append_am335x-hs-evm () {
|
||||
if [ -f ${S}/u-boot-spl_HS_ISSW ]; then
|
||||
rm -rf ${S}/MLO
|
||||
cp ${S}/u-boot-spl_HS_ISSW ${S}/MLO
|
||||
fi
|
||||
}
|
||||
|
||||
do_install_append () {
|
||||
if [ -f ${S}/${UBOOT_HS_XLD_BINARY} ]; then
|
||||
install ${S}/${UBOOT_HS_XLD_BINARY} ${D}/boot/${UBOOT_HS_XLD_IMAGE}
|
||||
|
||||
Reference in New Issue
Block a user