diff options
author | Nishanth Menon <nm@ti.com> | 2015-03-09 17:12:09 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-03-13 09:29:33 -0400 |
commit | cdef0b3f3ae56db2acd0a79c3a4089db281378fe (patch) | |
tree | a588234fba95d3b76243ccfbd89559844b680f13 /include/configs/nokia_rx51.h | |
parent | c6f90e1418a84fe5fa463b38403bd1845cb6a59c (diff) | |
download | u-boot-cdef0b3f3ae56db2acd0a79c3a4089db281378fe.tar.gz |
ARM: OMAP3: rx51: Enable workaround for ARM errata 454179, 430973, 621766
RX51 has a secure logic which uses different parameters compared to
traditional implementation. So, make the generic secure acr write
over-ride-able by board file and refactor rx51 code to use this.
While at it, enable the OMAP3 specific errata code for 454179, 430973,
621766.
Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/nokia_rx51.h')
-rw-r--r-- | include/configs/nokia_rx51.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/nokia_rx51.h b/include/configs/nokia_rx51.h index 442e16ae68..152a6e564b 100644 --- a/include/configs/nokia_rx51.h +++ b/include/configs/nokia_rx51.h @@ -29,6 +29,10 @@ #define CONFIG_SYS_L2CACHE_OFF /* pretend there is no L2 CACHE */ #define CONFIG_OMAP_COMMON #define CONFIG_SYS_GENERIC_BOARD +/* Common ARM Erratas */ +#define CONFIG_ARM_ERRATA_454179 +#define CONFIG_ARM_ERRATA_430973 +#define CONFIG_ARM_ERRATA_621766 #define CONFIG_MACH_TYPE MACH_TYPE_NOKIA_RX51 |