x86: zimage: Remove acpi_rsdp_addr propagation to kernel boot parameters
authorBin Meng <bmeng.cn@gmail.com>
Fri, 24 Aug 2018 04:28:58 +0000 (21:28 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Thu, 30 Aug 2018 03:23:15 +0000 (11:23 +0800)
commite69cc6bc42c37598e2fdda421360be6cbc0470fd
treefaf0b2bf48357077da5c5cd3cde2b66d7ea508da
parenta0913cdf7b7ef1a9f622294cf7a9e97ea9eb72f2
x86: zimage: Remove acpi_rsdp_addr propagation to kernel boot parameters

As of today, the proposal of adding "acpi_rsdp_addr" to the kernel
boot protocol does not make its way to the kernel mainline. This
creates some confusion if we leave it in the U-Boot code base.
Remove it for now until we have a clear picture with kernel upstream.

Note this eventually does a partial revert to commit 3469bf427454
("x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parameters")

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/x86/include/asm/bootparam.h
arch/x86/lib/zimage.c