From: Lokesh Vutla Date: Tue, 22 May 2012 00:03:21 +0000 (+0000) Subject: OMAP5: Adding correct Control id code for OMAP5430 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=851bebd68cfc0cd3f638b3afbd3325a3b32df341;p=project%2Fbcm63xx%2Fu-boot.git 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 --- diff --git a/arch/arm/include/asm/arch-omap5/omap.h b/arch/arm/include/asm/arch-omap5/omap.h index 2961c6b5fa..3d4d08c883 100644 --- a/arch/arm/include/asm/arch-omap5/omap.h +++ b/arch/arm/include/asm/arch-omap5/omap.h @@ -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)