mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 10:04:26 +00:00
chore(ethos-n): update npu firmware version
A newer version of the Arm(R) Ethos(TM)-N NPU firmware is now available, and so the constants in the SiP service need updating. Change-Id: I8eee7d543bac0a726c6161a16b3df90609f6b443 Signed-off-by: Rob Hughes <robert.hughes@arm.com>
This commit is contained in:
parent
2503c8f320
commit
e3795354d6
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
#define ETHOSN_BIG_FW_MAGIC ('E' | ('N' << 8) | ('F' << 16) | ('W' << 24))
|
||||
|
||||
/* Supported big firmware version */
|
||||
#define ETHOSN_BIG_FW_VERSION_MAJOR 11
|
||||
#define ETHOSN_BIG_FW_VERSION_MAJOR 12
|
||||
|
||||
#define ETHOSN_ARCH_VER_MAJOR_MASK U(0xF000)
|
||||
#define ETHOSN_ARCH_VER_MAJOR_SHIFT U(0xC)
|
||||
|
|
Loading…
Add table
Reference in a new issue