
On 1/2/19 10:50 AM, Lukasz Majewski wrote:
Hi Marek,
On 1/2/19 12:37 AM, Lukasz Majewski wrote:
Signed-off-by: Lukasz Majewski lukma@denx.de
The tags should be ARM: imx: ...
The commit message is missing.
include/configs/kp_imx6q_tpc.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+)
diff --git a/include/configs/kp_imx6q_tpc.h b/include/configs/kp_imx6q_tpc.h index b6b27ee1d5..ee9c56bc21 100644 --- a/include/configs/kp_imx6q_tpc.h +++ b/include/configs/kp_imx6q_tpc.h @@ -89,11 +89,32 @@ "rdinit=/sbin/init\0" \ "addinitrd=setenv bootargs ${bootargs} rdinit=${rdinit} ${debug} \0" \ "fit_config=mx6q_tpc70_conf\0" \
- "uboot_file=u-boot.img\0" \
- "SPL_file=SPL\0" \
- "wic_file=kp-image-kpimx6qtpc.wic\0" \
Why don't you just generate a fitImage and use the fitupd for this ?
This is one of possible solutions - yes.
It's the only solution if you want to prevent SPL and U-Boot from being out of sync.