diff options
author | Evan Lojewski <github@meklort.com> | 2019-04-28 18:07:55 -0600 |
---|---|---|
committer | Evan Lojewski <github@meklort.com> | 2019-04-28 18:07:55 -0600 |
commit | c6ebf8da8d5baa75ac76ffb58dbbbed519b4e7fa (patch) | |
tree | e17da90640ea292ab3e5784646907eea6a96edfa /libs/bcm5719/APE_sym.s | |
parent | 387a6bb8ff17554c4a54892b8de0c715a0b010a6 (diff) | |
download | bcm5719-ortega-c6ebf8da8d5baa75ac76ffb58dbbbed519b4e7fa.tar.gz bcm5719-ortega-c6ebf8da8d5baa75ac76ffb58dbbbed519b4e7fa.zip |
Update tx port ipxact definition and regen.
Diffstat (limited to 'libs/bcm5719/APE_sym.s')
-rw-r--r-- | libs/bcm5719/APE_sym.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/bcm5719/APE_sym.s b/libs/bcm5719/APE_sym.s index 16c009c..ecb5b80 100644 --- a/libs/bcm5719/APE_sym.s +++ b/libs/bcm5719/APE_sym.s @@ -106,19 +106,19 @@ .global TX_PORT .equ TX_PORT, 0xa0020000 -.size TX_PORT, 0x0 +.size TX_PORT, 0x2000 .global TX_PORT1 .equ TX_PORT1, 0xa0022000 -.size TX_PORT1, 0x0 +.size TX_PORT1, 0x2000 .global TX_PORT2 .equ TX_PORT2, 0xa0024000 -.size TX_PORT2, 0x0 +.size TX_PORT2, 0x2000 .global TX_PORT3 .equ TX_PORT3, 0xa0026000 -.size TX_PORT3, 0x0 +.size TX_PORT3, 0x2000 .global DEVICE1 .equ DEVICE1, 0xa0050000 |