mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-24 22:05:40 +00:00
fix(plat/rcar3): fix disabling MFIS write protection for R-Car D3
Fix disabling MFIS write protection for R-Car D3. Signed-off-by: Koichi Yamaguchi <koichi.yamaguchi.zb@hitachi.com> Signed-off-by: Toshiyuki Ogasahara <toshiyuki.ogasahara.bo@hitachi.com> Signed-off-by: Yoshifumi Hosoya <yoshifumi.hosoya.wj@renesas.com> Change-Id: I8bb5787c09c53dff55d6de89adfcb71157533976
This commit is contained in:
parent
77ab3661e5
commit
a8c0c3e9d0
1 changed files with 0 additions and 3 deletions
|
@ -263,9 +263,6 @@ void bl2_plat_flush_bl31_params(void)
|
|||
if (product == PRR_PRODUCT_H3 && PRR_PRODUCT_20 > cut)
|
||||
goto tlb;
|
||||
|
||||
if (product == PRR_PRODUCT_D3)
|
||||
goto tlb;
|
||||
|
||||
/* Disable MFIS write protection */
|
||||
mmio_write_32(MFISWPCNTR, MFISWPCNTR_PASSWORD | 1);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue