arm-trusted-firmware/plat/ti/k3
Andrew Davis 44edd3bd7c fix(ti): remove check for zero value in BL31 boot args
The commit 3e14df6f63 removed clearing of argument registers even when
BL31 is the first stage. In that case the registers are left in a random
state. TI platforms check that the arguments have been zero'd in early
setup and so all TI platforms are not broken. Not sure why this check was
here at all, so simply remove it to fix boot.

Fixes: 3e14df6f63 ("fix(bl31): avoid clearing of argument registers in RESET_TO_BL31 case")
Signed-off-by: Andrew Davis <afd@ti.com>
Change-Id: I02bdd16b67fb5facc4c47ec596a42f110a663377
2023-05-17 10:47:28 -05:00
..
board refactor(ti): factor out common board code into common files 2023-01-12 18:45:48 -06:00
common fix(ti): remove check for zero value in BL31 boot args 2023-05-17 10:47:28 -05:00
include refactor(ti): use console_set_scope() rather than empty function hack 2023-01-12 18:45:48 -06:00
platform.mk refactor(ti): factor out common board code into common files 2023-01-12 18:45:48 -06:00