commit | 2a4e7d71fe2000bc57be5e88994ba009afabf240 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Nov 21 10:49:41 2011 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Fri Mar 30 07:43:40 2012 +0200 |
tree | 16940ded8fec1d33f11b3853cff639470b01741f | |
parent | 7b0fb5f2bcc6077fab5c1f1808f6370a8352c5ad [diff] |
arm: Remove unneeded setting of LDCSRIPT This is set by the top level Makefile anyway, so drop it. This does have the effect of changing the order - now the board link script will have preference over the CPU one. But this seems more correct anyway. Signed-off-by: Simon Glass <sjg@chromium.org>