diff options
author | Evan Lojewski <github@meklort.com> | 2019-04-09 21:31:58 -0600 |
---|---|---|
committer | Evan Lojewski <github@meklort.com> | 2019-04-09 21:31:58 -0600 |
commit | 713602e51825941339cbe7a47c9f285cf1bc9c63 (patch) | |
tree | e266d1ca77aa9cdd75a0110a7365ebc3b198f93a /libs/bcm5719/APE_sym.s | |
parent | 92e059d8eb0a0749de05e1c346178e36ce31d979 (diff) | |
download | bcm5719-ortega-713602e51825941339cbe7a47c9f285cf1bc9c63.tar.gz bcm5719-ortega-713602e51825941339cbe7a47c9f285cf1bc9c63.zip |
Update APE registers to exist in the APE code.
Diffstat (limited to 'libs/bcm5719/APE_sym.s')
-rw-r--r-- | libs/bcm5719/APE_sym.s | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/bcm5719/APE_sym.s b/libs/bcm5719/APE_sym.s index 90d7baa..e5d6e97 100644 --- a/libs/bcm5719/APE_sym.s +++ b/libs/bcm5719/APE_sym.s @@ -44,6 +44,10 @@ ### @endcond ################################################################################ +.global APE +.equ APE, 0x60200000 +.size APE, 0x8440 + .global DEVICE .equ DEVICE, 0xa0040000 .size DEVICE, 0x7c08 |