mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-17 23:37:01 +00:00
OMAP5: Adding correct Control id code for OMAP5430
Control id code for omap5430 ES1.0 is hard coded with a wrong value. This patch corrects the value Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
This commit is contained in:
parent
1ee6d31ff4
commit
851bebd68c
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
#define CONTROL_ID_CODE (CTRL_BASE + 0x204)
|
||||
|
||||
/* To be verified */
|
||||
#define OMAP5_CONTROL_ID_CODE_ES1_0 0x0B85202F
|
||||
#define OMAP5_CONTROL_ID_CODE_ES1_0 0x0B94202F
|
||||
|
||||
/* STD_FUSE_PROD_ID_1 */
|
||||
#define STD_FUSE_PROD_ID_1 (CTRL_BASE + 0x218)
|
||||
|
|
Loading…
Add table
Reference in a new issue