Skip to content

Commit

Permalink
enable errata 430973 workaround
Browse files Browse the repository at this point in the history
As mentioned at [1] u-boot unconditionally enabled a workaround
for errata 430973. Although this no longer applies for sillicon
revision r1p7 like the ccgx, it causes segfaults when enabled
in the the bootloader. Since deploying a new MLO is not that easy
turn on the workaround in linux. The code at [2] can trigger
this condition.

[1] http://lists.denx.de/pipermail/u-boot/2013-July/158377.html
[2] github.com/downloads/ssvb/ssvb.github.com/ssvb-cpuburn-a8.S
  • Loading branch information
jhofstee committed Dec 8, 2014
1 parent 8885979 commit f4355b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/configs/am3517_ccgx_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ CONFIG_ARM_L1_CACHE_SHIFT=6
CONFIG_ARM_DMA_MEM_BUFFERABLE=y
CONFIG_ARM_NR_BANKS=8
CONFIG_MULTI_IRQ_HANDLER=y
# CONFIG_ARM_ERRATA_430973 is not set
CONFIG_ARM_ERRATA_430973=y
# CONFIG_ARM_ERRATA_458693 is not set
# CONFIG_ARM_ERRATA_460075 is not set
# CONFIG_ARM_ERRATA_720789 is not set
Expand Down

0 comments on commit f4355b3

Please sign in to comment.