fix #if for target architecture in libpayload
This bug was introduced when we copied cbfs_core.h from cbfsutil to libpayload. Change-Id: I9b5d00d0dbdb969644ce46ad6ac2a84b366b5cd7 Signed-off-by: David Hendricks <dhendrix@chromium.org> Reviewed-on: http://review.coreboot.org/1958 Reviewed-by: Dave Frodin <dave.frodin@se-eng.com> Tested-by: build bot (Jenkins)
This commit is contained in:
parent
1e753294c4
commit
0a92f89f5d
|
@ -82,7 +82,7 @@
|
|||
so we can easily find it. */
|
||||
|
||||
#define CBFS_HEADER_MAGIC 0x4F524243
|
||||
#if CONFIG_ARCH_X86
|
||||
#if CONFIG_TARGET_I386
|
||||
#define CBFS_HEADPTR_ADDR 0xFFFFFFFC
|
||||
#endif
|
||||
#define VERSION1 0x31313131
|
||||
|
|
Loading…
Reference in New Issue