]> git.baikalelectronics.ru Git - arm-tf.git/commit
fix(xilinx): remove asserts around arg0/arg1
authorMichal Simek <michal.simek@amd.com>
Mon, 17 Apr 2023 11:15:23 +0000 (13:15 +0200)
committerMichal Simek <michal.simek@amd.com>
Mon, 17 Apr 2023 11:42:02 +0000 (13:42 +0200)
commit8be20446706c6b2fe911804385f308817495d2d4
treeb40dd17d1a14ea9e2ce2ada0fda31403ce46b19d
parentffd74f6618cfa69b5627ef107aab703487bea778
fix(xilinx): remove asserts around arg0/arg1

The commit a6f340fe58b9 ("Introduce the new BL handover interface")
extended handoff to 4 registers instead of 2. Arguments arg0-3 are
not used by platform code but in future they can be used for it.
But it doesn't make sense to checking their unused value.

Change-Id: I151e4b1574465409424453c054d937487086b79a
Signed-off-by: Michal Simek <michal.simek@amd.com>
plat/xilinx/versal/bl31_versal_setup.c
plat/xilinx/versal_net/bl31_versal_net_setup.c
plat/xilinx/zynqmp/bl31_zynqmp_setup.c