commit | 422853e02cac6bd5de3ff7bb8d059145f063b086 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Fri Jun 06 16:10:41 2008 +0200 |
committer | Stefan Roese <sr@denx.de> | Fri Jun 06 16:10:41 2008 +0200 |
tree | 5ff4b96f1d0c2b5b6f9e8b4fb0540ba1ee9793ed | |
parent | cfe580275b872c94fdca7b72613da56d87aa1a5b [diff] |
ppc4xx: Fix misspelled CONFIG_440SPE/440EPX/GRX config options We use upper case letters for the AMCC processor defines (like CONFIG_440SPE) in U-Boot. So the 440SPe is labeled CONFIG_440SPE and not CONFIG_440SPe. This patch fixes the last misspelled config options. Signed-off-by: Stefan Roese <sr@denx.de>