From e9799aa9f0656e50a73a2959816f72af7ad2f3b9 Mon Sep 17 00:00:00 2001 From: QiaoChong Date: Thu, 13 Oct 2011 16:38:16 +0800 Subject: [PATCH] set initrd default at 0x84000000. Signed-off-by: QiaoChong --- pmon/cmds/boot_cfg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmon/cmds/boot_cfg.c b/pmon/cmds/boot_cfg.c index ce335fde..6b0da737 100644 --- a/pmon/cmds/boot_cfg.c +++ b/pmon/cmds/boot_cfg.c @@ -584,7 +584,7 @@ int load_initrd_from_menu(Menu_Item* pItem) printf("%s\n",cmd); #endif // stat=do_cmd(cmd); - stat = boot_initrd(cmd, 0x80800000,0); + stat = boot_initrd(cmd, 0x84000000,0); #ifdef MENU_DEBUG printf("Load initrd return %d\n",stat); #endif