mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00
Merge "fix(tegra194/ras): remove incorrect erxctlr assert" into integration
This commit is contained in:
commit
91e52cf0ca
1 changed files with 1 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2020, NVIDIA Corporation. All rights reserved.
|
||||
* Copyright (c) 2020-2021, NVIDIA Corporation. All rights reserved.
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
@ -152,12 +152,6 @@ void tegra194_ras_enable(void)
|
|||
|
||||
/* enable specified errors, or set to 0 if no supported error */
|
||||
write_erxctlr_el1(err_ctrl);
|
||||
|
||||
/*
|
||||
* Check if all the bit settings have been enabled to detect
|
||||
* uncorrected/corrected errors, if not assert.
|
||||
*/
|
||||
assert(read_erxctlr_el1() == err_ctrl);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue