Commit 1e5b2443 authored by Bryan Wu's avatar Bryan Wu

Blackfin arch: Fix bug: missing CHIPID register field definition of BF54x

Signed-off-by: default avatarBryan Wu <bryan.wu@analog.com>
parent 73b0c0b0
...@@ -47,6 +47,10 @@ ...@@ -47,6 +47,10 @@
/* Debug/MP/Emulation Registers (0xFFC00014 - 0xFFC00014) */ /* Debug/MP/Emulation Registers (0xFFC00014 - 0xFFC00014) */
#define CHIPID 0xffc00014 #define CHIPID 0xffc00014
/* CHIPID Masks */
#define CHIPID_VERSION 0xF0000000
#define CHIPID_FAMILY 0x0FFFF000
#define CHIPID_MANUFACTURE 0x00000FFE
/* System Reset and Interrupt Controller (0xFFC00100 - 0xFFC00104) */ /* System Reset and Interrupt Controller (0xFFC00100 - 0xFFC00104) */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment