diff options
| author | Wadim Egorov <[email protected]> | 2025-03-05 05:58:27 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-03-18 08:12:52 -0600 |
| commit | 7193c252db3578766a3d7fb4019a27fb16b418f8 (patch) | |
| tree | 3f527dde7568ae69b6a1144c0c997e4c3bafaa12 /include | |
| parent | fc70ff633eb83ae246c4ffac944300a6674d45f8 (diff) | |
include: configs: phycore-am62ax: Define capsule FW names
Define firmware names for phycore-am62ax capsules.
Signed-off-by: Wadim Egorov <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/phycore_am62ax.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/phycore_am62ax.h b/include/configs/phycore_am62ax.h index 661ba8f73ca..4f612d2c2ce 100644 --- a/include/configs/phycore_am62ax.h +++ b/include/configs/phycore_am62ax.h @@ -12,4 +12,8 @@ /* DDR Configuration */ #define CFG_SYS_SDRAM_BASE 0x80000000 +#define PHYCORE_AM6XX_FW_NAME_TIBOOT3 u"PHYCORE_AM62AX_TIBOOT3" +#define PHYCORE_AM6XX_FW_NAME_SPL u"PHYCORE_AM62AX_SPL" +#define PHYCORE_AM6XX_FW_NAME_UBOOT u"PHYCORE_AM62AX_UBOOT" + #endif /* __PHYCORE_AM62AX_H */ |
