Closed vamrs closed 7 years ago
spotted
./tools/mkimage -f -E u-boot.itb
$(U_BOOT_ITS) is missing
I think i find the fix.
--- a/configs/evb-rk3399_defconfig
+++ b/configs/evb-rk3399_defconfig
@@ -11,6 +11,7 @@ CONFIG_FIT=y
CONFIG_SPL_LOAD_FIT=y
CONFIG_SPL_OF_LIBFDT=y
CONFIG_SPL_ATF_SUPPORT=y
+CONFIG_SPL_FIT_SOURCE="board/rockchip/evb_rk3399/fit_spl_atf.its"
# CONFIG_DISPLAY_CPUINFO is not set
CONFIG_SPL_STACK_R=y
CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN=0x4000
Yes, the fix is correct. I'm sorry, I only update the firefly-rk3399 config but forgot evb.
It seems the MKIMAGEFLAGS for itb image is missing.
Below is the build output with
KBUILD_VERBOSE=1