ti: k3: common: Fix RO data area size calculation
authorAndrew F. Davis <afd@ti.com>
Thu, 25 Apr 2019 17:52:54 +0000 (13:52 -0400)
committerAndrew F. Davis <afd@ti.com>
Fri, 26 Apr 2019 15:45:50 +0000 (11:45 -0400)
commit6475237412f685b5515555a0afae83b47241c3c8
treea2188e0e2034235ae503567e280a863e075c6406
parent282514cff332090852e52bc7c56fdea53c1f7218
ti: k3: common: Fix RO data area size calculation

The size of the RO data area was calculated by subtracting the area end
address from itself and not the base address due to a typo. Fix this
here.

Note, this was noticed at a glance thanks to the new aligned formating
of this table.

Signed-off-by: Andrew F. Davis <afd@ti.com>
Change-Id: I994022ac9fc95dc5e37a420714da76081c61cce7
plat/ti/k3/common/k3_bl31_setup.c