diff options
author | Jon Loeliger <jdl@freescale.com> | 2008-03-05 18:05:46 -0600 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-03-25 23:00:40 +0100 |
commit | aa3511e422946041ef626f80a05ae5e8bfc700e6 (patch) | |
tree | ae0ec543b620edddfd68bb01021f0b8b1612e088 /Makefile | |
parent | 7f1d846e5c5754449c286587d099d85246062772 (diff) | |
download | u-boot-imx-aa3511e422946041ef626f80a05ae5e8bfc700e6.zip u-boot-imx-aa3511e422946041ef626f80a05ae5e8bfc700e6.tar.gz u-boot-imx-aa3511e422946041ef626f80a05ae5e8bfc700e6.tar.bz2 |
FSL: Move board/mpc8266ads under board/freescale
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1624,7 +1624,7 @@ PQ2FADS-ZU_66MHz_lowboot_config \ @$(MKCONFIG) -a MPC8260ADS ppc mpc8260 mpc8260ads freescale MPC8266ADS_config: unconfig - @$(MKCONFIG) $(@:_config=) ppc mpc8260 mpc8266ads + @$(MKCONFIG) $(@:_config=) ppc mpc8260 mpc8266ads freescale # PM825/PM826 default configuration: small (= 8 MB) Flash / boot from 64-bit flash PM825_config \ |