diff options
author | wdenk <wdenk> | 2003-12-07 00:46:27 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-12-07 00:46:27 +0000 |
commit | ef5a9672c778e22ecb522db625b5df78ea40ed23 (patch) | |
tree | 0989ff06a738c8185a074d7dadc1057f8a67b134 /board/mpc8260ads/config.mk | |
parent | 5779d8d985d95104ad74332f5fa3cb6c67645509 (diff) | |
download | u-boot-imx-ef5a9672c778e22ecb522db625b5df78ea40ed23.zip u-boot-imx-ef5a9672c778e22ecb522db625b5df78ea40ed23.tar.gz u-boot-imx-ef5a9672c778e22ecb522db625b5df78ea40ed23.tar.bz2 |
* Patch by Xue Ligong (Joe), 13 Nov 2003:
add Realtek 8019 ethernet driver
* Patch by Yuli Barcohen, 13 Nov 2003:
MPC826xADS/PQ2FADS cleanup
* Patch by Anders Larsen, 12 Nov 2003:
Update README to mark the PORTIO commands non-standard
Diffstat (limited to 'board/mpc8260ads/config.mk')
-rw-r--r-- | board/mpc8260ads/config.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/board/mpc8260ads/config.mk b/board/mpc8260ads/config.mk index 9d55598..3dca6da 100644 --- a/board/mpc8260ads/config.mk +++ b/board/mpc8260ads/config.mk @@ -1,9 +1,11 @@ # -# (C) Copyright 2001 +# (C) Copyright 2001-2003 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # # Modified by, Stuart Hughes, Lineo Inc, stuarth@lineo.com # +# Modified by, Yuli Barcohen, Arabella Software Ltd., yuli@arabellasw.com +# # See file CREDITS for list of people who contributed to this # project. # @@ -24,9 +26,7 @@ # # -# mpc8260ads board +# MPC8260ADS, MPC8266ADS, and PQ2FADS-ZU/VR boards # TEXT_BASE = 0xfff00000 - -PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE) -I$(TOPDIR)/board |