Browse Source

Make NOT saving leveled pamaters as default setting because now the leveling

time is short. And this also fixes the problem of after pmon boot first time
you cann't move the DIMMs.

Targets: ALL
master
Chen Xinke 12 years ago
committed by wanghongmei
parent
commit
77f644428d
  1. 2
      conf/files
  2. 2
      pmon/common/main.c

2
conf/files

@ -411,6 +411,6 @@ file pmon/dev/md5.c
#command: cat
file pmon/cmds/cat.c mod_cat
file pmon/cmds/install.c
file pmon/cmds/save_ddrparam.c
#file pmon/cmds/save_ddrparam.c
file pmon/cmds/showwindows.c
file pmon/cmds/interface.c amd_780e

2
pmon/common/main.c

@ -425,7 +425,7 @@ if(!run)
{
run=1;
#ifdef ARB_LEVEL
save_board_ddrparam();
//save_board_ddrparam();
#endif
#ifdef AUTOLOAD

Loading…
Cancel
Save