From: H. Peter Anvin Date: Mon, 17 May 2010 21:14:21 +0000 (-0700) Subject: Restore skip CR and LF in the comboot API copies of the banner strings X-Git-Tag: syslinux-4.00-pre46~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d3e40e850f62da372296e98db701c2dfb202bffc;p=profile%2Fivi%2Fsyslinux.git Restore skip CR and LF in the comboot API copies of the banner strings The comboot API should not report leading CR and LF in the banner strings. This was done in 3.86, but apparently was lost due to mismerge (52c9d5ba2af4e1f77aa2486a2af2bcab0b0af52c) in the 4.00 branch. Signed-off-by: H. Peter Anvin --- diff --git a/core/comboot.inc b/core/comboot.inc index b714dd4..45b770f 100644 --- a/core/comboot.inc +++ b/core/comboot.inc @@ -458,9 +458,9 @@ comapi_get_version: mov P_ES,ds ; ES:SI -> version banner - mov P_SI,syslinux_banner + mov P_SI,syslinux_banner + 2 ; Skip leading CR LF ; ES:DI -> copyright string - mov P_DI,copyright_str + mov P_DI,copyright_str + 1 ; Skip leading space comapi_nop: clc