diff options
author | wdenk <wdenk> | 2004-12-12 22:06:17 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-12-12 22:06:17 +0000 |
commit | 7e6bf358d84b413b7a402079b130a9a2a1222d74 (patch) | |
tree | e721df75fe9c3d22042f628bfc98d878884fd3b8 /Makefile | |
parent | 25d6712a81b31fc5e4c4bddd81e9aaddb84e23be (diff) | |
download | u-boot-imx-7e6bf358d84b413b7a402079b130a9a2a1222d74.zip u-boot-imx-7e6bf358d84b413b7a402079b130a9a2a1222d74.tar.gz u-boot-imx-7e6bf358d84b413b7a402079b130a9a2a1222d74.tar.bz2 |
Patch by Martin Krause, 27 Oct 2004:
- add support for "STK52xx" board (including PS/2 multiplexer)
- add hardware detection for TQM5200
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -307,6 +307,7 @@ Total5200_Rev2_lowboot_config: unconfig } @./mkconfig -a Total5200 ppc mpc5xxx total5200 +TQM5200_auto_config \ TQM5200_AA_config \ TQM5200_AB_config \ TQM5200_AC_config \ @@ -331,6 +332,10 @@ MiniFAP_config: unconfig echo "... with 4 MB Flash, 128 MB SDRAM" ; \ echo "... with Graphics Controller"; \ } + @[ -z "$(findstring auto,$@)" ] || \ + { echo "#define CONFIG_CS_AUTOCONF" >>include/config.h ; \ + echo "... with automatic CS configuration" ; \ + } @./mkconfig -a TQM5200 ppc mpc5xxx tqm5200 ######################################################################### |