Commit bf2a6032 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

opi3lts-mender target should be have mender patch applied

parent 45856ae8
......@@ -242,6 +242,7 @@ opi3lts-mender: opi3lts-boot-cmd-mender opi3lts-fw_env.config-mender
$(MAKE) -C arm-trusted-firmware PLAT=sun50i_h6 DEBUG=0 SUNXI_SETUP_REGULATORS=0 bl31
tar xf u-boot-2021.04.tar.gz
patch -Np1 -d u-boot-2021.04 < u-boot-2021.04-orangepi-3-lts.patch
patch -Np1 -d u-boot-2021.04 < u-boot-2021.04-mender.patch
cp arm-trusted-firmware/build/sun50i_h6/release/bl31.bin u-boot-2021.04
$(MAKE) -C u-boot-2021.04 orangepi_3_lts_defconfig
@echo "# CONFIG_ENV_IS_NOWHERE is not set" >> u-boot-2021.04/.config
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment