diff options
author | Stefan Roese <sr@denx.de> | 2007-06-15 11:20:13 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-06-15 11:20:13 +0200 |
commit | b7c3e93105c4955177cb2ab179ed2bf83ea02adc (patch) | |
tree | 9e2e1dd0debb051d79ba8458d9f3c48a8de8cdf5 /include/configs/taishan.h | |
parent | b765ffb773f5a3cd5aa94ec76b6a05276b8cd5b2 (diff) | |
parent | efa35cf12d914d4caba942acd5a6c45f217de302 (diff) | |
download | u-boot-imx-b7c3e93105c4955177cb2ab179ed2bf83ea02adc.zip u-boot-imx-b7c3e93105c4955177cb2ab179ed2bf83ea02adc.tar.gz u-boot-imx-b7c3e93105c4955177cb2ab179ed2bf83ea02adc.tar.bz2 |
Merge with /home/stefan/git/u-boot/denx-440-exceptions
Diffstat (limited to 'include/configs/taishan.h')
-rw-r--r-- | include/configs/taishan.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/taishan.h b/include/configs/taishan.h index 2b28f93..cbbb006 100644 --- a/include/configs/taishan.h +++ b/include/configs/taishan.h @@ -30,6 +30,7 @@ *----------------------------------------------------------------------*/ #define CONFIG_TAISHAN 1 /* Board is taishan */ #define CONFIG_440GX 1 /* Specifc GX support */ +#define CONFIG_440 1 /* ... PPC440 family */ #define CONFIG_4xx 1 /* ... PPC4xx family */ #undef CFG_DRAM_TEST /* Disable-takes long time! */ #define CONFIG_SYS_CLK_FREQ 33333333 /* external freq to pll */ |