diff options
author | Dave Liu <r63238@freescale.com> | 2008-01-11 18:48:24 +0800 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2008-01-16 12:00:49 -0600 |
commit | 8bd522ce4afda3d4868ee8c913f5394094326be1 (patch) | |
tree | d53b1424bb84ec78ce819215488fe05f2f15dd91 /board/freescale/mpc8315erdb/config.mk | |
parent | b05884efa614e4d8a9413158fc228e0dc02ab704 (diff) | |
download | u-boot-imx-8bd522ce4afda3d4868ee8c913f5394094326be1.zip u-boot-imx-8bd522ce4afda3d4868ee8c913f5394094326be1.tar.gz u-boot-imx-8bd522ce4afda3d4868ee8c913f5394094326be1.tar.bz2 |
mpc83xx: Add the support for MPC8315ERDB board
The features list:
- Boot from NOR Flash
- DDR2 266MHz hardcoded configuration
- Local bus NOR Flash R/W operation
- I2C, UART, MII and RTC
- eTSEC0/1 support
- PCI host
Signed-off-by: Dave Liu <daveliu@freescale.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'board/freescale/mpc8315erdb/config.mk')
-rw-r--r-- | board/freescale/mpc8315erdb/config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/mpc8315erdb/config.mk b/board/freescale/mpc8315erdb/config.mk new file mode 100644 index 0000000..f768264 --- /dev/null +++ b/board/freescale/mpc8315erdb/config.mk @@ -0,0 +1 @@ +TEXT_BASE = 0xFE000000 |