commit | 446dd125201aca55a6ef645336b6985a2677a1ae | [log] [tgz] |
---|---|---|
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | Tue Jun 11 14:17:30 2013 +0200 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Fri Jun 21 22:59:20 2013 +0200 |
tree | 85af61bd66e05bd9da198f5098ef56f7ebbe34a5 | |
parent | bfbf88697c969da1d2528b4e6ae39aeebc27d82a [diff] |
arm: ensure u-boot only uses relative relocations Add a Makefile target ('checkarmreloc') which fails if the ELF binary contains relocation records of types other than R_ARM_RELATIVE. Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net> Tested-by: Lubomir Popov <lpopov@mm-sol.com> Tested-by: Jeroen Hofstee <jeroen@myspectrum.nl> Reviewed-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>