The problem with facilitating uboot errors
When compiling the U-boot, these four commands are used:
PC $& gt; export KBUILD_OUTPUT=.. /build/stm32mp15_trusted
PC $& gt; export DEVICE_TREE=stm32mp157c-dk2
PC $& gt; make stm32mp15_trusted_defconfig
PC $& gt; make all
use the first: export KBUILD_OUTPUT=.. /build/stm32mp15_trusted, the compiler will fail, but if there is no first statement, the compiler will succeed
