u-boot-brain/arch/x86
Bin Meng 323a6d6910 x86: acpi: Fix build error with certain configuration
When CONFIG_EFI_PARTITION is not set, the following build error is
seen in arch/x86/lib/acpi_s3.c:

  error: expected declaration specifiers or '...' before '*' token
  static void asmlinkage (*acpi_do_wakeup)(void *vector) = (void*)WAKEUP_BASE;

This is actually caused by missing asmlinkage declaration, but with
CONFIG_EFI_PARTITION on, the declaration comes from part.h which
is included from common.h.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
2017-08-08 21:13:05 +08:00
..
cpu Merge git://git.denx.de/u-boot-x86 2017-08-01 15:38:32 -04:00
dts x86: conga-qeval20-qa3-e3845.dts: Enable xHCI support in dts 2017-07-30 10:30:25 +08:00
include/asm x86: Remove dead ISA related codes 2017-08-08 16:46:32 +08:00
lib x86: acpi: Fix build error with certain configuration 2017-08-08 21:13:05 +08:00
config.mk x86: Enforce toolchain to generate 64-bit codes for 64-bit U-Boot 2017-08-01 20:17:02 +08:00
Kconfig x86: Make table address selectable 2017-08-01 20:17:02 +08:00
Makefile x86: Add 64-bit start-up code 2017-02-06 11:38:46 +08:00