提交 ba6d048a 编写于 作者: E Edgar E. Iglesias

microblaze: Move the kcmdline out of the way.

Avoids rom overlap conflicts.
Signed-off-by: NEdgar E. Iglesias <edgar.iglesias@gmail.com>
上级 95b279de
......@@ -174,7 +174,7 @@ petalogix_s3adsp1800_init(ram_addr_t ram_size,
bootstrap_pc = ddr_base;
}
env->regs[5] = ddr_base + kernel_size;
env->regs[5] = ddr_base + kernel_size + 8192;
if (kernel_cmdline && (kcmdline_len = strlen(kernel_cmdline))) {
pstrcpy_targphys("cmdline", env->regs[5], 256, kernel_cmdline);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册