diff options
author | Dirk Behme <dirk.behme@googlemail.com> | 2009-03-12 19:30:50 +0100 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-03-13 23:17:43 +0100 |
commit | e6a6a704151c2d7e4a7b485545b48a6020ccca17 (patch) | |
tree | c49fa6462c2d8c043919a68e67eed1edff8fa218 /include/asm-arm/arch-omap3/omap3.h | |
parent | 3c92217732edfc0016c3cbdc828471d013d23a36 (diff) | |
download | u-boot-imx-e6a6a704151c2d7e4a7b485545b48a6020ccca17.zip u-boot-imx-e6a6a704151c2d7e4a7b485545b48a6020ccca17.tar.gz u-boot-imx-e6a6a704151c2d7e4a7b485545b48a6020ccca17.tar.bz2 |
OMAP3: Add support for OMAP3 die ID
Read and store OMAP3 die ID in U-Boot environment.
Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
Diffstat (limited to 'include/asm-arm/arch-omap3/omap3.h')
-rw-r--r-- | include/asm-arm/arch-omap3/omap3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/arch-omap3/omap3.h b/include/asm-arm/arch-omap3/omap3.h index 02e36d7..8c9656f 100644 --- a/include/asm-arm/arch-omap3/omap3.h +++ b/include/asm-arm/arch-omap3/omap3.h @@ -43,6 +43,7 @@ */ #define OMAP34XX_CORE_L4_IO_BASE 0x48000000 #define OMAP34XX_WAKEUP_L4_IO_BASE 0x48300000 +#define OMAP34XX_ID_L4_IO_BASE 0x4830A200 #define OMAP34XX_L4_PER 0x49000000 #define OMAP34XX_L4_IO_BASE OMAP34XX_CORE_L4_IO_BASE |