aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/malta/patches
Commit message (Collapse)AuthorAgeFilesLines
* generic: improve kexec support of MIPS.John Crispin2015-02-131-0/+39
- Allow --command-line parameters of kexec-tools be parsed and used by the kernel. - For malta machine, mark kernel code and kernel data segments as "System RAM" instead of "reserved" in /proc/iomem, otherwise kexec-tools will complain that program segments in ELF kernel file are invalid. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> SVN-Revision: 44429