diff options
| author | Anshul Dalal <anshuld@ti.com> | 2025-04-25 20:56:09 +0530 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2025-05-13 11:04:52 -0500 |
| commit | 8ca73c06f7782ad7b5641deafbfe7d78d7b14a32 (patch) | |
| tree | e8d808f897d938073123e21d8114aec6f29e4956 /meta-ti-bsp/conf/machine/include | |
| parent | fcdba74bc53b401e16e03f0b05ccc8e8052cf84b (diff) | |
| download | meta-ti-8ca73c06f7782ad7b5641deafbfe7d78d7b14a32.tar.gz | |
bsp: u-boot: deploy tispl_falcon.bin to rootfs
Falcon boot requires tispl_falcon.bin to be on the same filesystem
partition as the fitImage.
This patch creates a new u-boot package called
'u-boot-ti-staging-falcon' that is included in IMAGE_INSTALL when
ti-falcon is enabled which allows us to deploy the required files to
rootfs.
Signed-off-by: Anshul Dalal <anshuld@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include')
| -rw-r--r-- | meta-ti-bsp/conf/machine/include/ti-falcon.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/ti-falcon.inc b/meta-ti-bsp/conf/machine/include/ti-falcon.inc index 55a4daa6..0b938470 100644 --- a/meta-ti-bsp/conf/machine/include/ti-falcon.inc +++ b/meta-ti-bsp/conf/machine/include/ti-falcon.inc | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | IMAGE_INSTALL:append = " u-boot-ti-staging-falcon" | ||
| 1 | KERNEL_CLASSES:remove = "kernel-fitimage" | 2 | KERNEL_CLASSES:remove = "kernel-fitimage" |
| 2 | KERNEL_CLASSES += "kernel-fitimage-legacyhs" | 3 | KERNEL_CLASSES += "kernel-fitimage-legacyhs" |
| 3 | UBOOT_DTB_LOADADDRESS = "0x88000000" | 4 | UBOOT_DTB_LOADADDRESS = "0x88000000" |
