mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 12:39:22 -04:00
make 8610 board use pixis reset
Signed-off-by: Jason Jin <Jason.jin@freescale.com>
This commit is contained in:
parent
db74b3c1c9
commit
f9d9164d9c
@ -120,7 +120,7 @@ checkcpu(void)
|
|||||||
static inline void
|
static inline void
|
||||||
soft_restart(unsigned long addr)
|
soft_restart(unsigned long addr)
|
||||||
{
|
{
|
||||||
#ifndef CONFIG_MPC8641HPCN
|
#if !defined(CONFIG_MPC8641HPCN) && !defined(CONFIG_MPC8610HPCD)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* SRR0 has system reset vector, SRR1 has default MSR value
|
* SRR0 has system reset vector, SRR1 has default MSR value
|
||||||
@ -148,7 +148,7 @@ soft_restart(unsigned long addr)
|
|||||||
void
|
void
|
||||||
do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
|
do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
|
||||||
{
|
{
|
||||||
#ifndef CONFIG_MPC8641HPCN
|
#if !defined(CONFIG_MPC8641HPCN) && !defined(CONFIG_MPC8610HPCD)
|
||||||
|
|
||||||
#ifdef CFG_RESET_ADDRESS
|
#ifdef CFG_RESET_ADDRESS
|
||||||
ulong addr = CFG_RESET_ADDRESS;
|
ulong addr = CFG_RESET_ADDRESS;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user