mirror of
https://xff.cz/git/u-boot/
synced 2025-11-01 19:05:51 +01:00
x86: Move sysinfo related to sysinfo.h
coreboot_tables.h should not include sysinfo related stuff. Move those to asm/arch-coreboot/sysinfo.h. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -262,10 +262,6 @@ struct cb_cmos_checksum {
|
||||
#define UNPACK_CB64(_in) \
|
||||
((((u64) _in.hi) << 32) | _in.lo)
|
||||
|
||||
struct sysinfo_t;
|
||||
|
||||
int get_coreboot_info(struct sysinfo_t *info);
|
||||
|
||||
#define CBMEM_TOC_RESERVED 512
|
||||
#define MAX_CBMEM_ENTRIES 16
|
||||
#define CBMEM_MAGIC 0x434f5245
|
||||
|
||||
Reference in New Issue
Block a user