]> git.baikalelectronics.ru Git - kernel.git/commit
m68k: fix command-line parsing when passed from u-boot
authorAngelo Dureghello <angelo@sysam.it>
Fri, 7 Sep 2018 12:44:25 +0000 (14:44 +0200)
committerGreg Ungerer <gerg@linux-m68k.org>
Mon, 15 Oct 2018 23:46:02 +0000 (09:46 +1000)
commit4e3dfc689886634723f97d07db8d4ef621e52dcb
treee21954808739251c9a763b15f54117e88f0b9377
parentbc250ffde74621c5e46da39a74191bea8c93f097
m68k: fix command-line parsing when passed from u-boot

This patch fixes command_line array zero-terminated
one byte over the end of the array, causing boot to hang.

Signed-off-by: Angelo Dureghello <angelo@sysam.it>
Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
arch/m68k/kernel/uboot.c