diff options
author | 2012-08-16 15:53:35 +0200 | |
---|---|---|
committer | 2012-10-04 14:59:19 +0200 | |
commit | fcc1c0ff2506cab8c3a019374550f68b3cbadcbe (patch) | |
tree | 5e78312ddff66318a7cd38fcaa92e48b7baaf5da /tools/perf/scripts/python/export-to-postgresql.py | |
parent | microblaze: Remove PAGE properties duplication (diff) | |
download | linux-dev-fcc1c0ff2506cab8c3a019374550f68b3cbadcbe.tar.xz linux-dev-fcc1c0ff2506cab8c3a019374550f68b3cbadcbe.zip |
microblaze: Fix bug with passing command line
When u-boot passes control over to Linux it places the Linux command
line between to the end of __init_end. When space between
__init_end and __bss_start is not COMMAND_LINE_SIZE then
the part of cmdline can be lost.
In extreme case if __init_end == __bss_start u-boot can't pass
any cmdline to Linux kernel.
This patch fix this issue by copying cmd line directly to
cmd_line char array which is placed in data section.
Reported-by: David Mc Andrew <david.mcandrew@xilinx.com>
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions