]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ppmc7xx: Use _start as reset entry point
authorPeter Tyser <ptyser@xes-inc.com>
Wed, 15 Sep 2010 00:13:52 +0000 (19:13 -0500)
committerWolfgang Denk <wd@denx.de>
Tue, 12 Oct 2010 21:01:03 +0000 (23:01 +0200)
commit3792d7436e2bf881b6abdede5a481a62b5dedd55
tree51f17d2f0201d723323ce59888dfd093182b00b2
parenta1c4864ab0e1b98d82afa2438e54dc61ccad78cf
ppmc7xx: Use _start as reset entry point

Previously the _warm_start label was used as an entry point.  These 2
entry points should be functionally identical after the removal of the
BOOTFLAG_WARM define.

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
board/ppmc7xx/ppmc7xx.c