summaryrefslogtreecommitdiffstats
path: root/board/Marvell/include/core.h
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2006-08-09 13:36:54 -0500
committerJon Loeliger <jdl@freescale.com>2006-08-09 13:36:54 -0500
commit281f69ede28cd3d8be5d62a96b5a0b73e6065858 (patch)
tree8f1a0f42ce7d9c66d0ff2ecf93c9b069cbc68cc0 /board/Marvell/include/core.h
parent870cbeaa45ccdbd6566882741da9f82433bd4a86 (diff)
parent6587f7e1e98bfcb7910a47bae2eb51e9a5fbd4da (diff)
downloadtalos-obmc-uboot-281f69ede28cd3d8be5d62a96b5a0b73e6065858.tar.gz
talos-obmc-uboot-281f69ede28cd3d8be5d62a96b5a0b73e6065858.zip
Merge branch 'wd'
Diffstat (limited to 'board/Marvell/include/core.h')
-rw-r--r--board/Marvell/include/core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/Marvell/include/core.h b/board/Marvell/include/core.h
index 081d5fd678..c41343919e 100644
--- a/board/Marvell/include/core.h
+++ b/board/Marvell/include/core.h
@@ -91,7 +91,10 @@ extern unsigned int INTERNAL_REG_BASE_ADDR;
#define _1G 0x40000000
#define _2G 0x80000000
+#ifndef BOOL_WAS_DEFINED
+#define BOOL_WAS_DEFINED
typedef enum _bool{false,true} bool;
+#endif
/* Little to Big endian conversion macros */
OpenPOWER on IntegriCloud