mirror of
https://github.com/hardkernel/linux.git
synced 2026-05-30 15:56:35 +09:00
Blackfin arch: Comply with revised Anomaly Workarounds for BF533 05000311 and BF561 05000323
Comply with revised Anomaly Workarounds for BF533 05000311 and BF561 05000323 accoring to BF533 anomaly sheet Rev. A 09/04/07 Signed-off-by: Michael Hennerich <michael.hennerich@analog.com> Signed-off-by: Bryan Wu <bryan.wu@analog.com>
This commit is contained in:
committed by
Bryan Wu
parent
337d390b3a
commit
2b39331a28
@@ -36,4 +36,6 @@
|
||||
/* Boot ROM Kernel Incorrectly Alters Reset Value of USB Register */
|
||||
#define ANOMALY_05000347 (1)
|
||||
|
||||
/* Anomalies that don't exist on this proc */
|
||||
#define ANOMALY_05000323 (0)
|
||||
#endif
|
||||
|
||||
@@ -254,5 +254,6 @@
|
||||
|
||||
/* Anomalies that don't exist on this proc */
|
||||
#define ANOMALY_05000266 (0)
|
||||
#define ANOMALY_05000323 (0)
|
||||
|
||||
#endif
|
||||
|
||||
@@ -139,5 +139,6 @@
|
||||
#define ANOMALY_05000230 (0)
|
||||
#define ANOMALY_05000266 (0)
|
||||
#define ANOMALY_05000311 (0)
|
||||
#define ANOMALY_05000323 (0)
|
||||
|
||||
#endif
|
||||
|
||||
@@ -80,5 +80,6 @@
|
||||
#define ANOMALY_05000266 (0)
|
||||
#define ANOMALY_05000273 (0)
|
||||
#define ANOMALY_05000311 (0)
|
||||
#define ANOMALY_05000323 (0)
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user