k3-*-binman: dts: Pack u-boot.dtb instead of soc specific dtb
FIT signature requires the updates to u-boot.dtb and the DTB that we pack don't get updates with the changes of the signature node. Pack u-boot.dtb as the default DTB so that the signature node changes can be reflected in them. (Note, this is only packaging the primary platform and the secondary platform will require manual changes for the FIT signature enablement) Signed-off-by: Kamlesh Gurudasani <kamlesh@ti.com>
This commit is contained in:
parent
1b8f016288
commit
b779a014ec
|
|
@ -145,7 +145,7 @@
|
||||||
#define SPL_AM625_SK_DTB "spl/dts/k3-am625-sk.dtb"
|
#define SPL_AM625_SK_DTB "spl/dts/k3-am625-sk.dtb"
|
||||||
|
|
||||||
#define UBOOT_NODTB "u-boot-nodtb.bin"
|
#define UBOOT_NODTB "u-boot-nodtb.bin"
|
||||||
#define AM625_SK_DTB "arch/arm/dts/k3-am625-sk.dtb"
|
#define AM625_SK_DTB "u-boot.dtb"
|
||||||
|
|
||||||
&binman {
|
&binman {
|
||||||
ti-dm {
|
ti-dm {
|
||||||
|
|
|
||||||
|
|
@ -144,7 +144,7 @@
|
||||||
#define SPL_AM62A7_SK_DTB "spl/dts/k3-am62a7-sk.dtb"
|
#define SPL_AM62A7_SK_DTB "spl/dts/k3-am62a7-sk.dtb"
|
||||||
|
|
||||||
#define UBOOT_NODTB "u-boot-nodtb.bin"
|
#define UBOOT_NODTB "u-boot-nodtb.bin"
|
||||||
#define AM62A7_SK_DTB "arch/arm/dts/k3-am62a7-sk.dtb"
|
#define AM62A7_SK_DTB "u-boot.dtb"
|
||||||
|
|
||||||
&binman {
|
&binman {
|
||||||
ti-dm {
|
ti-dm {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue