]> git.baikalelectronics.ru Git - arm-tf.git/commit
fix(ti): do not take system power reference in bl31_platform_setup()
authorAndrew Davis <afd@ti.com>
Tue, 7 Mar 2023 15:22:32 +0000 (09:22 -0600)
committerAndrew Davis <afd@ti.com>
Tue, 7 Mar 2023 15:22:32 +0000 (09:22 -0600)
commit9977948112d732935362a3fe8518e3b2e4b7f6b7
treef231869749b22c1839857528fa059b286f8e2343
parent2b7150b381f3497d391ec28e2f34be01b2968ada
fix(ti): do not take system power reference in bl31_platform_setup()

Taking a reference at this early stage can cause boot failure if the DM
firmware is not fully initialized. Remove this early call until the
fix in DM firmware is widely available.

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