x86, doc: Remove cmdline_size from list of fields to be filled in for EFI handover
authorAlex Smith <alex@alex-smith.me.uk>
Sat, 28 Mar 2015 12:14:09 +0000 (12:14 +0000)
committerMatt Fleming <matt.fleming@intel.com>
Thu, 30 Apr 2015 21:15:05 +0000 (22:15 +0100)
commita93e178838b85409601c9b909af5addbbfd90264
tree6053ec7ddaa162a626615b58f19b6e9e7297f289
parent0bb549052d33f8992544764a6cf1299d06ba7e2f
x86, doc: Remove cmdline_size from list of fields to be filled in for EFI handover

The cmdline_size field in setup_header is listed as read-only, and is
never read by the kernel. Therefore, there is no need for it to be set
by a boot loader implementing the EFI handover protocol, so remove it
from the list of fields required to be set by a boot loader.

Signed-off-by: Alex Smith <alex@alex-smith.me.uk>
Cc: H. Peter Anvin <hpa@linux.intel.com>
Cc: x86@kernel.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
Documentation/x86/boot.txt