arm-trusted-firmware/plat/allwinner/common/include
Samuel Holland 5cffedcec2 allwinner: Fix incorrect ARISC code patch offset check
The current range check for the offset is wrong: it is counting bytes,
while indexing an array of uint32_t. Since the offset is always zero,
the parameter is unnecessary. Instead of adding more code to fix the
check, remove the parameter to avoid the problem entirely.

Signed-off-by: Samuel Holland <samuel@sholland.org>
Change-Id: Iadfc7d027155adc754e017b3462233ce9a1d64f6
2019-12-04 01:54:48 -06:00
..
mentor_i2c_plat.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
plat_macros.S Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
platform_def.h Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
sunxi_def.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
sunxi_private.h allwinner: Fix incorrect ARISC code patch offset check 2019-12-04 01:54:48 -06:00