diff options
author | Fred Fan <r01011@freescale.com> | 2009-02-25 13:53:30 +0800 |
---|---|---|
committer | Fred Fan <r01011@freescale.com> | 2009-09-10 14:29:26 +0800 |
commit | a7a74cdb675607022692b15459dbfeb2cb1b5903 (patch) | |
tree | ee0ce21421c1678b0e5a6f1a7d969e4ecd9c8637 /board/freescale/mx51_3stack/config.mk | |
parent | 765b588dba3e1672d66f6e63727b5f6691424e5e (diff) | |
download | u-boot-imx-a7a74cdb675607022692b15459dbfeb2cb1b5903.zip u-boot-imx-a7a74cdb675607022692b15459dbfeb2cb1b5903.tar.gz u-boot-imx-a7a74cdb675607022692b15459dbfeb2cb1b5903.tar.bz2 |
ENGR00108473 Porting i.MX51 3stack TO2 support to V2009.01
Support i.MX51 TO2.0 3stack board. And enable LAN9217 support.
NAND is not supported in this patch.
Signed-off-by: Fred Fan <r01011@freescale.com>
Diffstat (limited to 'board/freescale/mx51_3stack/config.mk')
-rw-r--r-- | board/freescale/mx51_3stack/config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/mx51_3stack/config.mk b/board/freescale/mx51_3stack/config.mk new file mode 100644 index 0000000..ce7369d --- /dev/null +++ b/board/freescale/mx51_3stack/config.mk @@ -0,0 +1 @@ +TEXT_BASE = 0x97800000 |