diff options
| author | Wadim Egorov <[email protected]> | 2024-06-10 15:33:48 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-06-18 10:29:00 -0600 |
| commit | 623c337c349d15488475bdf65f4ed4d72bf387e2 (patch) | |
| tree | 56394692fe745c21081e2f20fe34a8669f671eed | |
| parent | 2bc8c110ec1135863d9a459c3d479e5e555fb8b7 (diff) | |
board: phytec: phycore-am62x: Pull in k3_dfu.env
Pull in ti/k3_dfu.env for dfu_alt_info_ram in SPL stage.
Signed-off-by: Wadim Egorov <[email protected]>
Reviewed-by: Daniel Schultz <[email protected]>
| -rw-r--r-- | board/phytec/phycore_am62x/phycore_am62x.env | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/phytec/phycore_am62x/phycore_am62x.env b/board/phytec/phycore_am62x/phycore_am62x.env index ada3a9233be..42db26a5990 100644 --- a/board/phytec/phycore_am62x/phycore_am62x.env +++ b/board/phytec/phycore_am62x/phycore_am62x.env @@ -1,3 +1,5 @@ +#include <env/ti/k3_dfu.env> + fdtaddr=0x88000000 loadaddr=0x82000000 scriptaddr=0x80000000 |
