arm-trusted-firmware/plat/rockchip
Ambroise Vincent 8a079e88d1 rockchip: px30: Fix build error
"result of '1 << 31' requires 33 bits to represent, but 'int' only has
32 bits [-Werror=shift-overflow=]"

This is treated as an error since commit 93c690eba8 ("Enable
-Wshift-overflow=2 to check for undefined shift behavior")

Only the actual errors are being tackled by this patch. It is up to the
platform to choose whether there needs to be further modifications to
the code.

Change-Id: I70860ae5f2a34d7c684bd491b76da50aa04f778e
Signed-off-by: Ambroise Vincent <ambroise.vincent@arm.com>
2019-07-25 16:14:40 +01:00
..
common rockchip: px30: support px30 2019-07-09 17:07:13 +08:00
px30 rockchip: px30: Fix build error 2019-07-25 16:14:40 +01:00
rk3288 rockchip: Disable binary generation for all SoCs. 2019-05-02 12:27:19 +02:00
rk3328 Update rockchip platform to not rely on undefined overflow behaviour 2019-07-11 12:10:58 +01:00
rk3368 Update rockchip platform to not rely on undefined overflow behaviour 2019-07-11 12:10:58 +01:00
rk3399 Update rockchip platform to not rely on undefined overflow behaviour 2019-07-11 12:10:58 +01:00