mirror of
https://xff.cz/git/u-boot/
synced 2025-09-26 04:51:17 +02:00
x86: Move the fdtmap away from the binary blobs
This causes conflicts on chromebook_link64. Move it to after U-Boot where there should be plenty of space. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
@@ -92,6 +92,8 @@
|
|||||||
u-boot-dtb {
|
u-boot-dtb {
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
fdtmap {
|
||||||
|
};
|
||||||
#ifdef CONFIG_HAVE_X86_FIT
|
#ifdef CONFIG_HAVE_X86_FIT
|
||||||
intel-fit {
|
intel-fit {
|
||||||
};
|
};
|
||||||
@@ -139,8 +141,6 @@
|
|||||||
filename = CONFIG_FSP_FILE_S;
|
filename = CONFIG_FSP_FILE_S;
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
fdtmap {
|
|
||||||
};
|
|
||||||
#ifdef CONFIG_HAVE_CMC
|
#ifdef CONFIG_HAVE_CMC
|
||||||
intel-cmc {
|
intel-cmc {
|
||||||
filename = CONFIG_CMC_FILE;
|
filename = CONFIG_CMC_FILE;
|
||||||
|
Reference in New Issue
Block a user