git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc70ff6
)
include: configs: phycore-am62ax: Define capsule FW names
author
Wadim Egorov
<w.egorov@phytec.de>
Wed, 5 Mar 2025 04:58:27 +0000
(
05:58
+0100)
committer
Tom Rini
<trini@konsulko.com>
Tue, 18 Mar 2025 14:12:52 +0000
(08:12 -0600)
Define firmware names for phycore-am62ax capsules.
Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
include/configs/phycore_am62ax.h
patch
|
blob
|
history
diff --git
a/include/configs/phycore_am62ax.h
b/include/configs/phycore_am62ax.h
index
661ba8f
..
4f612d2
100644
(file)
--- 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 */