commit | 95728f2f1f7bc3d4a543dfc2d982736e25162d0b | [log] [tgz] |
---|---|---|
author | Peter Tyser <ptyser@xes-inc.com> | Mon Sep 21 11:20:26 2009 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Sat Oct 03 10:15:45 2009 +0200 |
tree | 0782128ef42c872494c3caa0d61c8ce6d2045dce | |
parent | f48fabc92348fd996a8a80fbe8b06af411efc4a5 [diff] |
ppc: Check for compilers that don't support relocation Certain ppc compilers are known not to generate the .fixup section properly. The .fixup section is necessary to create a relocatable U-Boot image. A basic check for the existence of the .fixup section should hopefully catch the majority of broken compilers which don't support relocation. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>