board/mcuboot: exclude procfs/memdump to save .text size
Signed-off-by: buxiasen <buxiasen@xiaomi.com>
This commit is contained in:
parent
74725b9412
commit
6e057f5e62
|
@ -40,6 +40,7 @@ CONFIG_FAT_LCNAMES=y
|
|||
CONFIG_FAT_LFN=y
|
||||
CONFIG_FS_FAT=y
|
||||
CONFIG_FS_PROCFS=y
|
||||
CONFIG_FS_PROCFS_EXCLUDE_MEMDUMP=y
|
||||
CONFIG_I2CTOOL_MAXBUS=0
|
||||
CONFIG_INIT_ENTRYPOINT="mcuboot_loader_main"
|
||||
CONFIG_MCUBOOT_BOOTLOADER=y
|
||||
|
|
Loading…
Reference in New Issue