
13 Apr
2011
13 Apr
'11
12:01 p.m.
On 11/04/11 21:06, Graeme Russ wrote:
Partial linking allows weak functions to be overridden in files containing only one function. Moving the sc520 override of reset_cpu gets rid of an ugly #ifdef
Signed-off-by: Graeme Russ graeme.russ@gmail.com
arch/x86/cpu/sc520/Makefile | 1 + arch/x86/cpu/sc520/sc520.c | 10 --------- arch/x86/cpu/sc520/sc520_reset.c | 40 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 41 insertions(+), 10 deletions(-) create mode 100644 arch/x86/cpu/sc520/sc520_reset.c
Applied to u-boot-x86, master branch, thanks.
Regards,
Graeme Russ