Browse Source

set initrd default at 0x84000000.

Signed-off-by: QiaoChong <qiaochong@loongson.cn>
master
QiaoChong 13 years ago
parent
commit
e9799aa9f0
  1. 2
      pmon/cmds/boot_cfg.c

2
pmon/cmds/boot_cfg.c

@ -584,7 +584,7 @@ int load_initrd_from_menu(Menu_Item* pItem)
printf("%s\n",cmd); printf("%s\n",cmd);
#endif #endif
// stat=do_cmd(cmd); // stat=do_cmd(cmd);
stat = boot_initrd(cmd, 0x80800000,0); stat = boot_initrd(cmd, 0x84000000,0);
#ifdef MENU_DEBUG #ifdef MENU_DEBUG
printf("Load initrd return %d\n",stat); printf("Load initrd return %d\n",stat);
#endif #endif

Loading…
Cancel
Save