
On 24 August 2018 at 03:18, Andy Shevchenko andriy.shevchenko@linux.intel.com wrote:
On Thu, 2018-08-23 at 21:28 -0700, Bin Meng wrote:
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")
Acked-by: Andy Shevchenko andriy.shevchenko@linux.intel.com
Signed-off-by: Bin Meng bmeng.cn@gmail.com
arch/x86/include/asm/bootparam.h | 1 - arch/x86/lib/zimage.c | 5 ----- 2 files changed, 6 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org