rockchip/rk3399: Remove CONFIG_ARM64_A53_ERRATUM_843419
As far as I know, the Cortex-A53 cores in RK3399 are of a newer revision that is not affected by ARM erratum 843419. If it was, the workaround would also need to be enabled in libpayload and Chrome OS userspace, which it currently isn't. I assume this was just incorrectly copied over from another SoC and we can safely remove it. BRANCH=None BUG=chrome-os-partner:56700 TEST=Booted Kevin. Change-Id: Iadb57428f8727ce0e563204723644e2c79e3007c Signed-off-by: Julius Werner <jwerner@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/376363 Commit-Queue: Douglas Anderson <dianders@chromium.org> Reviewed-by: Douglas Anderson <dianders@chromium.org>
This commit is contained in:
parent
82cb93f6be
commit
4891cc8665
1 changed files with 0 additions and 1 deletions
|
|
@ -5,7 +5,6 @@ config SOC_ROCKCHIP_RK3399
|
|||
select ARCH_RAMSTAGE_ARMV8_64
|
||||
select ARCH_ROMSTAGE_ARMV8_64
|
||||
select ARCH_VERSTAGE_ARMV8_64
|
||||
select ARM64_A53_ERRATUM_843419
|
||||
select ARM64_USE_ARM_TRUSTED_FIRMWARE
|
||||
select BOOTBLOCK_CONSOLE
|
||||
select DRIVERS_UART_8250MEM_32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue