]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sc520: Move reset to stand-alone file
authorGraeme Russ <graeme.russ@gmail.com>
Wed, 13 Apr 2011 09:43:29 +0000 (19:43 +1000)
committerGraeme Russ <graeme.russ@gmail.com>
Wed, 13 Apr 2011 09:43:29 +0000 (19:43 +1000)
commitb7af5831850ca238c60f50304490f4ec6270af0c
tree1baf33f6e3dc340aa55133ca65b8670bd7926b6f
parentfea25720013f84427a0ba8833a38614fcaf488ba
sc520: Move reset to stand-alone file

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
arch/x86/cpu/sc520/sc520.c
arch/x86/cpu/sc520/sc520_reset.c [new file with mode: 0644]