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:
Edgar E. Iglesias 2009-11-12 02:15:20 +01:00
parent 95b279de95
commit ba6d048aad
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}