summaryrefslogtreecommitdiff
path: root/include/configs/PLU405.h
diff options
context:
space:
mode:
authorMichael Brandt <Michael.Brandt@stericsson.com>2009-11-23 10:42:36 +0100
committerMichael Brandt <Michael.Brandt@stericsson.com>2009-11-23 10:42:36 +0100
commitb065b499073caa5d1579d54246aea3c53f0a365f (patch)
tree82282dc6e13912d7ad7e4c7c98e868f2222b0d31 /include/configs/PLU405.h
parentc5fd9311b6c59a5fb4c6e7188c8bef96e3e2d86d (diff)
parentfcffb680e77fcb48598d4a9944dbe2d4503170e0 (diff)
Merge branch 'master' of http://git.denx.de/u-boot
Diffstat (limited to 'include/configs/PLU405.h')
-rw-r--r--include/configs/PLU405.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/PLU405.h b/include/configs/PLU405.h
index 2e41526af..2f84f7fcb 100644
--- a/include/configs/PLU405.h
+++ b/include/configs/PLU405.h
@@ -300,7 +300,8 @@
/*
* External Bus Controller (EBC) Setup
*/
-#define CAN_BA 0xF0000000 /* CAN Base Address */
+#define CAN0_BA 0xF0000000 /* CAN0 Base Address */
+#define CAN1_BA 0xF0000100 /* CAN1 Base Address */
#define DUART0_BA 0xF0000400 /* DUART Base Address */
#define DUART1_BA 0xF0000408 /* DUART Base Address */
#define RTC_BA 0xF0000500 /* RTC Base Address */