]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Renamed cpu/i386/reset.S to resetvec.S
authorGraeme Russ <graeme.russ@gmail.com>
Sat, 6 Dec 2008 23:28:58 +0000 (10:28 +1100)
committerWolfgang Denk <wd@denx.de>
Sat, 24 Jan 2009 00:06:25 +0000 (01:06 +0100)
commit85ffbbd51914925a542d8528be7f072e5ab02157
tree22ad4c17303a03fd011f1e27e47e950005c4a83d
parenta3f4c123f569474e80ea012b8db0de46afdb6443
Renamed cpu/i386/reset.S to resetvec.S

Brings i386 in line with other CPUs with a reset vector and frees up reset.c
for CPU reset functions

Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
Makefile
board/eNET/u-boot.lds
board/sc520_cdp/u-boot.lds
board/sc520_spunk/u-boot.lds
cpu/i386/Makefile
cpu/i386/resetvec.S [moved from cpu/i386/reset.S with 97% similarity]