device/fsl/wandboard/BoardConfig.mk:
TARGET_BOOTLOADER_CONFIG := wandboard_spl_android_defconfig TARGET_BOARD_DTS_CONFIG := imx6q-wandboard.dtb imx6dl-wandboard.dtb
build/core/Makefile是一樣的,
所以 UBOOT_CONFIG 會是 null
所以 最後 build 出來的 bin 會是 u-boot-wandboard_spl_android_defconfig.img
wandboard 的 uboot 版本(2014.10)跟 freescale 標準 bsp 不同(2014.04)。
wandboard 使用kconfig, 所以跟 kernel 一樣,是用 defconfig
不是用 mkconfig 解析 target string
wandboard 的 defconfig 都放在 configs 下。
所以,會是 wandboard_spl_android_defconfig
沒有留言:
張貼留言