mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-26 14:55:16 +00:00
Add dynamic config image IDs
Change-Id: I147031dea9487dc1976e31ad40c89b221e44edbc Signed-off-by: Soby Mathew <soby.mathew@arm.com>
This commit is contained in:
parent
101d01e2a2
commit
bf9ce61be0
1 changed files with 9 additions and 0 deletions
|
@ -66,4 +66,13 @@
|
||||||
/* TB_FW_CONFIG */
|
/* TB_FW_CONFIG */
|
||||||
#define TB_FW_CONFIG_ID 24
|
#define TB_FW_CONFIG_ID 24
|
||||||
|
|
||||||
|
/* SOC_FW_CONFIG */
|
||||||
|
#define SOC_FW_CONFIG_ID 25
|
||||||
|
|
||||||
|
/* TOS_FW_CONFIG */
|
||||||
|
#define TOS_FW_CONFIG_ID 26
|
||||||
|
|
||||||
|
/* NT_FW_CONFIG */
|
||||||
|
#define NT_FW_CONFIG_ID 27
|
||||||
|
|
||||||
#endif /* __TBBR_IMG_DEF_H__ */
|
#endif /* __TBBR_IMG_DEF_H__ */
|
||||||
|
|
Loading…
Add table
Reference in a new issue