configs: tizen_bpif3: Disable EFI_LOADER config 74/316874/2
authorJaehoon Chung <jh80.chung@samsung.com>
Thu, 19 Dec 2024 02:12:58 +0000 (11:12 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Thu, 19 Dec 2024 05:10:40 +0000 (14:10 +0900)
Disable EFI_LOADER config for Tizen.
It doesn't need to enabel for Tizen and it's displaying "illegal free"
message.

efi_free_pool: illegal free 0x0000000076dd0040
efi_free_pool: illegal free 0x0000000076dcd040
efi_free_pool: illegal free 0x0000000076dcb040
efi_free_pool: illegal free 0x0000000076dc9040
...

Change-Id: Idea0f78b0d0ced3b90d9fda7bcf5edad3efca9ef
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
configs/tizen_bpif3_defconfig

index 674ccf3870ee19daa2a89efc0498addb4652c14b..135ec3b125f39149fbdc12b5326f146903451087 100644 (file)
@@ -37,6 +37,8 @@ CONFIG_SPL_LOGLEVEL=1
 # CONFIG_SYS_DEVICE_NULLDEV is not set
 CONFIG_DISPLAY_CPUINFO=y
 CONFIG_DISPLAY_BOARDINFO=y
+CONFIG_EVENT=y
+CONFIG_EVENT_DYNAMIC=y
 CONFIG_MISC_INIT_R=y
 CONFIG_SPL_MAX_SIZE=0x33000
 CONFIG_SPL_PAD_TO=0x0
@@ -210,6 +212,7 @@ CONFIG_USB_DWC3=y
 # CONFIG_USB_DWC3_GADGET is not set
 CONFIG_USB_DWC3_GENERIC=y
 CONFIG_USB_KEYBOARD=y
+CONFIG_USB_KEYBOARD_FN_KEYS=y
 CONFIG_SYS_USB_EVENT_POLL_VIA_CONTROL_EP=y
 CONFIG_USB_GADGET=y
 CONFIG_USB_GADGET_VENDOR_NUM=0x361C
@@ -230,3 +233,4 @@ CONFIG_IMAGE_SPARSE_TRANSFER_BLK_NUM=0x3000
 # CONFIG_SPL_SHA1 is not set
 # CONFIG_SPL_SHA256 is not set
 CONFIG_ZSTD=y
+# CONFIG_EFI_LOADER is not set