提交 3792d743 编写于 作者: P Peter Tyser 提交者: Wolfgang Denk

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: NPeter Tyser <ptyser@xes-inc.com>
上级 a1c4864a
......@@ -19,8 +19,7 @@
/* Function prototypes */
extern void unlock_ram_in_cache( void );
extern void _start_warm(void);
extern void _start(void);
/*
......@@ -97,8 +96,8 @@ void do_reset( cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[] )
icache_disable();
dcache_disable();
/* Jump to warm start (in RAM) */
_start_warm();
/* Jump to cold reset point (in RAM) */
_start();
/* Should never get here */
while(1);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册