summaryrefslogtreecommitdiffstats
path: root/include/ppc4xx.h
diff options
context:
space:
mode:
authorFeng Kan <fkan@amcc.com>2008-07-08 22:48:07 -0700
committerStefan Roese <sr@denx.de>2008-07-11 13:18:12 +0200
commit96e5fc0e6a1861d0fea4efa3cd376df95a5b1b89 (patch)
treefc86c4fa1babeae80f7cdf48aca5e9557d0afe12 /include/ppc4xx.h
parent7d30793685efcada183891c78fc892e6c9ba50c7 (diff)
downloadtalos-obmc-uboot-96e5fc0e6a1861d0fea4efa3cd376df95a5b1b89.tar.gz
talos-obmc-uboot-96e5fc0e6a1861d0fea4efa3cd376df95a5b1b89.zip
ppc4xx: Add initial 460SX reference board (redwood) config file and defines.
Signed-off-by: Feng Kan <fkan@amcc.com> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/ppc4xx.h')
-rw-r--r--include/ppc4xx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ppc4xx.h b/include/ppc4xx.h
index 0a8479f262..54897f759d 100644
--- a/include/ppc4xx.h
+++ b/include/ppc4xx.h
@@ -41,7 +41,8 @@
#if defined(CONFIG_405EX) || \
defined(CONFIG_440SP) || defined(CONFIG_440SPE) || \
- defined(CONFIG_460EX) || defined(CONFIG_460GT)
+ defined(CONFIG_460EX) || defined(CONFIG_460GT) || \
+ defined(CONFIG_460SX)
#define CONFIG_SDRAM_PPC4xx_IBM_DDR2 /* IBM DDR(2) controller */
#endif
OpenPOWER on IntegriCloud