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 /Makefile | |
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 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3235,6 +3235,9 @@ Mx31_3stack_config : unconfig mx35_3stack_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm1136 mx35_3stack freescale mx35 +mx51_3stack_config : unconfig + @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx51_3stack freescale mx51 + omap2420h4_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm1136 omap2420h4 NULL omap24xx |