diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2005-10-05 00:19:34 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2005-10-05 00:19:34 +0200 |
commit | 99b0d2851a137453f4aca5f0a3d301b776bda28b (patch) | |
tree | 6751f81ba1e8451321c0497c4b5b1a5e59e4f27d /Makefile | |
parent | 45237bc00b29bd88e8456367d7b006ab80f95ee9 (diff) | |
download | u-boot-imx-99b0d2851a137453f4aca5f0a3d301b776bda28b.zip u-boot-imx-99b0d2851a137453f4aca5f0a3d301b776bda28b.tar.gz u-boot-imx-99b0d2851a137453f4aca5f0a3d301b776bda28b.tar.bz2 |
Added support for KwikByte KB920x boards (based on AT91RM9200)
Patch by Matt ?? <kb9200_dev@kwikbyte.com>, 27 Apr 2005
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1566,6 +1566,9 @@ integratorcp_CM1136JF_S_config : unconfig ./mkconfig -a $(call xtract_int_board,cp,$@) arm $$cpu \ $(call xtract_int_board,cp,$@); +kb9202_config : unconfig + @./mkconfig $(@:_config=) arm arm920t kb9202 NULL at91rm9200 + lpd7a400_config \ lpd7a404_config: unconfig @./mkconfig $(@:_config=) arm lh7a40x lpd7a40x |