commit | b2815f79288d4da7a3ba18bdbd05120ce09d5622 | [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 | 72675dc6c06a48846d180106161d49dd714383cc [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>