diff options
author | Wolfgang Denk <wd@denx.de> | 2010-01-26 22:29:51 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-01-26 22:29:51 +0100 |
commit | 0a42c3a433e25dd30b5062aa251f5a240478cbbb (patch) | |
tree | 558cc8b14b64c36db3cfd6b666e455ab67149e5d /Makefile | |
parent | 5912d3650740468329a0df014109132431d2140d (diff) | |
parent | 66e821ebe96123b3a81ec9ca25cec9c0560fe232 (diff) | |
download | u-boot-imx-0a42c3a433e25dd30b5062aa251f5a240478cbbb.zip u-boot-imx-0a42c3a433e25dd30b5062aa251f5a240478cbbb.tar.gz u-boot-imx-0a42c3a433e25dd30b5062aa251f5a240478cbbb.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2489,8 +2489,9 @@ MPC8555CDS_config: unconfig MPC8568MDS_config: unconfig @$(MKCONFIG) $(@:_config=) ppc mpc85xx mpc8568mds freescale +MPC8569MDS_ATM_config \ MPC8569MDS_config: unconfig - @$(MKCONFIG) $(@:_config=) ppc mpc85xx mpc8569mds freescale + @$(MKCONFIG) -t $(@:_config=) MPC8569MDS ppc mpc85xx mpc8569mds freescale MPC8572DS_36BIT_config \ MPC8572DS_config: unconfig |