[U-Boot] [PATCH 5/6] sc520: Move reset to stand-alone file
Graeme Russ
graeme.russ at gmail.com
Wed Apr 13 12:01:33 CEST 2011
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 at 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
More information about the U-Boot
mailing list