Dear Graeme Russ, In message <[email protected]> you wrote: > --===============0593892280== > > 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 <[email protected]> > --- > Makefile | 2 +- > board/sc520_cdp/u-boot.lds | 6 +++--- > board/sc520_spunk/u-boot.lds | 6 +++--- > cpu/i386/Makefile | 2 +- > cpu/i386/reset.S | 37 ------------------------------------- > cpu/i386/resetvec.S | 37 +++++++++++++++++++++++++++++++++++++ > 6 files changed, 45 insertions(+), 45 deletions(-) > delete mode 100644 cpu/i386/reset.S > create mode 100644 cpu/i386/resetvec.S
Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected] : 1. What is the possibility of this being added in the future? In the near future, the probability is close to zero. In the distant future, I'll be dead, and posterity can do whatever they like... :-) - lwall _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

