coreinfo: fix compilation
- extra rule for config.h creation - include kconfig.h from libpayload - libpayload symbols are conflicting with gcc builtins (e.g. log2) - ALIGN() is already defined in libpayload these days - move libpayload build directory under build/ Change-Id: I2aefdde26853253d58f6cf6e186e784871c1cb5b Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-on: http://review.coreboot.org/10717 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
@@ -22,8 +22,6 @@
|
||||
|
||||
#if IS_ENABLED(CONFIG_MODULE_CBFS)
|
||||
|
||||
#define ALIGN(_v, _a) (((_v) + ((_a) - 1)) & ~((_a) - 1))
|
||||
|
||||
#define HEADER_MAGIC 0x4F524243
|
||||
#define HEADER_ADDR 0xfffffffc
|
||||
#define LARCHIVE_MAGIC 0x455649484352414cLL /* "LARCHIVE" */
|
||||
|
Reference in New Issue
Block a user