diff options
author | Scott Wood <scottwood@freescale.com> | 2007-04-16 14:54:15 -0500 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2007-04-23 16:32:10 -0500 |
commit | 96b8a05432f346f36493535c85320b70ec9c7c1b (patch) | |
tree | a32977f26f921cb81cee8f3a8e6fd01d1b5b09eb /board/mpc8313erdb/config.mk | |
parent | 49ea3b6eafe606285ae4d5c378026153dde53200 (diff) | |
download | u-boot-imx-96b8a05432f346f36493535c85320b70ec9c7c1b.zip u-boot-imx-96b8a05432f346f36493535c85320b70ec9c7c1b.tar.gz u-boot-imx-96b8a05432f346f36493535c85320b70ec9c7c1b.tar.bz2 |
mpc83xx: Add MPC8313ERDB support.
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'board/mpc8313erdb/config.mk')
-rw-r--r-- | board/mpc8313erdb/config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/mpc8313erdb/config.mk b/board/mpc8313erdb/config.mk new file mode 100644 index 0000000..f768264 --- /dev/null +++ b/board/mpc8313erdb/config.mk @@ -0,0 +1 @@ +TEXT_BASE = 0xFE000000 |