(1)在 .config 或 auto.conf 中后接"=y"的项,如: CONFIG_OF_LIBFDT=y 在autoconfig.h 中会被定义为: #define CONFIG_OF_LIBFDT 1 (2)在 .config 或 auto.conf 中后接字符串值的项,如: CONFIG_DEFAULT_FDT_FILE="myimx8mmek240-8mm.dtb" 在autoconfig.h 中会被定义为: #define CONFIG_DEFAULT_...
Projects Security Insights Additional navigation options Commit Browse filesBrowse the repository at this point in the history enable CONFIG_OF_LIBFDT_OVERLAY and use it on Radxa ROCK Pi S. Signed-off-by: FUKAUMI Naoki <naoki@radxa.com>
CONFIG_OF_LIBFDT=y 2 changes: 2 additions & 0 deletions 2 configs/cm_fx6_defconfig Show comments View file Edit file Delete file This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor tha...
CONFIG_OF_LIBFDT=y # CONFIG_OF_LIBFDT_OVERLAY is not set # CONFIG_SPL_OF_LIBFDT is not set # CONFIG_FDT_FIXUP_PARTITIONS is not set # # System tables # CONFIG_GENERATE_SMBIOS_TABLE=y CONFIG_SMBIOS_MANUFACTURER="samsung" CONFIG_EFI_LOADER=y # CONFIG_UNIT_TEST is not se...
not set # CONFIG_DDR is not set # CONFIG_IRQ_POLL is not set CONFIG_LIBFDT=y CONFIG_OID_REGISTRY=y CONFIG_FONT_SUPPORT=y # CONFIG_FONTS is not set CONFIG_FONT_8x8=y CONFIG_FONT_8x16=y # CONFIG_SG_SPLIT is not set CONFIG_SG_POOL=y CONFIG_ARCH_HAS_SG_CHAIN=y CONFIG_SBITMAP=y...
config-temp/qemu-conf.c:1:10: fatal error: libfdt.h: No such file or directory #include <libfdt.h> ^~~~ compilation terminated. cc -pthread -I/usr/include/glib-2.0 -I/usr/lib/sw_64-linux-gnu/glib-2.0/include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstr...
CONFIG_OF_LIBFDT=y CONFIG_OF_LIBFDT_ASSUME_MASK=0 CONFIG_OF_LIBFDT_OVERLAY=y # CONFIG_SPL_OF_LIBFDT is not set # CONFIG_TPL_OF_LIBFDT is not set # # System tables # # CONFIG_SMBIOS_PARSER is not set # CONFIG_EFI_LOADER is not set # CONFIG_TEST_FDTDEC is not set # CONFIG_UNIT...
> > > > CONFIG_LIBFDT=y > > > > -CONFIG_LLD_VERSION=0 > > > > CONFIG_LOCK_DEBUGGING_SUPPORT=y > > > > CONFIG_LOCK_SPIN_ON_OWNER=y > > > > CONFIG_LZO_COMPRESS=y > > > > @@ -299,6 +300,7 @@ CONFIG_NO_HZ_IDLE=y ...
CONFIG_LIBFDT=y CONFIG_ARCH_HAS_SG_CHAIN=y # CONFIG_VIRTUALIZATION is not setAdvertisement Ad Add Comment Please, Sign In to add comment Advertisement Ad Public Pastes ⭐️ EARN $500 INSTANTLY⭐ BW JavaScript | 1 sec ago | 0.18 KB ⭐ get any gift card for VS JavaScript | ...
CONFIG_OF_LIBFDT=y 在autoconfig.h 中会被定义为: #define CONFIG_OF_LIBFDT 1 (2)在 .config 或 auto.conf 中后接字符串值的项,如: CONFIG_DEFAULT_FDT_FILE="myimx8mmek240-8mm.dtb" 在autoconfig.h 中会被定义为: #define CONFIG_DEFAULT_FDT_FILE "myimx8mmek240-8mm.dtb" ...