microblaze: Move the kcmdline out of the way.
Avoids rom overlap conflicts. Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
This commit is contained in:
parent
95b279de95
commit
ba6d048aad
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user