summaryrefslogtreecommitdiff
path: root/include/asm-arm/arch-omap3/sys_proto.h
diff options
context:
space:
mode:
authorDirk Behme <dirk.behme@googlemail.com>2009-03-12 19:30:50 +0100
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-03-13 23:17:43 +0100
commite6a6a704151c2d7e4a7b485545b48a6020ccca17 (patch)
treec49fa6462c2d8c043919a68e67eed1edff8fa218 /include/asm-arm/arch-omap3/sys_proto.h
parent3c92217732edfc0016c3cbdc828471d013d23a36 (diff)
downloadu-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/sys_proto.h')
-rw-r--r--include/asm-arm/arch-omap3/sys_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/arch-omap3/sys_proto.h b/include/asm-arm/arch-omap3/sys_proto.h
index ab3e168..8b554bb 100644
--- a/include/asm-arm/arch-omap3/sys_proto.h
+++ b/include/asm-arm/arch-omap3/sys_proto.h
@@ -66,5 +66,6 @@ void sdelay(unsigned long);
void make_cs1_contiguous(void);
void omap_nand_switch_ecc(int);
void power_init_r(void);
+void dieid_num_r(void);
#endif