diff options
author | Jon Smirl <jonsmirl@gmail.com> | 2009-06-14 18:21:28 -0400 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-07-10 23:21:32 +0200 |
commit | c9969947a4687de90e2bb58e76842b491aa0e0b9 (patch) | |
tree | 7bd09807d9660c477ca5fca8b8e5ca8547f1d008 /Makefile | |
parent | 3672cd5c3b53d219d33345eebad4e25ad5bf6d52 (diff) | |
download | u-boot-imx-c9969947a4687de90e2bb58e76842b491aa0e0b9.zip u-boot-imx-c9969947a4687de90e2bb58e76842b491aa0e0b9.tar.gz u-boot-imx-c9969947a4687de90e2bb58e76842b491aa0e0b9.tar.bz2 |
board support patch for phyCORE-MPC5200B-tiny
Add support for the Phytec phyCORE-MPC5200B-tiny.
Code originally from Pengutronix.de.
Created CONFIG_SYS_ATA_CS_ON_TIMER01 define for when IDE CS is on
Timer 0/1
Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -695,6 +695,15 @@ MVBC_P_config: unconfig o2dnt_config: unconfig @$(MKCONFIG) o2dnt ppc mpc5xxx o2dnt +pcm030_config \ +pcm030_LOWBOOT_config: unconfig + @ >include/config.h + @[ -z "$(findstring LOWBOOT_,$@)" ] || \ + { echo "TEXT_BASE = 0xFF000000" >$(obj)board/phytec/pcm030/config.tmp ; \ + echo "... with LOWBOOT configuration" ; \ + } + @$(MKCONFIG) -a pcm030 ppc mpc5xxx pcm030 phytec + pf5200_config: unconfig @$(MKCONFIG) pf5200 ppc mpc5xxx pf5200 esd |