Skip to content

Commit 5b39d3c

Browse files
rgundid3zd3z
authored andcommitted
Clean up intel_s1000_crb.conf file
Cleaned up the conf file for intel_s1000_crb by defining only those values that are different from prj.conf. Signed-off-by: Rajavardhan Gundi <[email protected]> Signed-off-by: Andrzej Puzdrowski <[email protected]>
1 parent 24321c3 commit 5b39d3c

File tree

1 file changed

+3
-39
lines changed

1 file changed

+3
-39
lines changed
Lines changed: 3 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,8 @@
1-
CONFIG_LOG=y
2-
CONFIG_USB_DRIVER_LOG_LEVEL_ERR=y
3-
CONFIG_USB_DEVICE_LOG_LEVEL_ERR=y
1+
CONFIG_BOOT_HAVE_LOGGING=n
2+
CONFIG_USB_DRIVER_LOG_LEVEL_ERR=n
3+
CONFIG_USB_DEVICE_LOG_LEVEL_ERR=n
44

5-
CONFIG_CONSOLE_HANDLER=y
6-
CONFIG_SYS_LOG=y
75
CONFIG_DEBUG=n
8-
CONFIG_SYSTEM_CLOCK_DISABLE=y
9-
CONFIG_SYS_POWER_MANAGEMENT=n
10-
11-
CONFIG_MAIN_STACK_SIZE=10240
12-
CONFIG_MBEDTLS_CFG_FILE="mcuboot-mbedtls-cfg.h"
13-
14-
CONFIG_BOOT_ENCRYPT_RSA=n
15-
16-
### Default to RSA
17-
CONFIG_BOOT_SIGNATURE_TYPE_RSA=y
18-
CONFIG_BOOT_SIGNATURE_TYPE_ECDSA_P256=n
19-
20-
### The bootloader generates its own signature verification based on a
21-
### key file which needs to be provided and needs to match the selected signing
22-
### algorithm (CONFIG_BOOT_SIGNATURE_TYPE_).
23-
### The PEM files below are provided as examples.
24-
CONFIG_BOOT_SIGNATURE_KEY_FILE="root-rsa-2048.pem"
25-
#CONFIG_BOOT_SIGNATURE_KEY_FILE="root-ec-p256.pem"
26-
27-
### mbedTLS has its own heap
28-
# CONFIG_HEAP_MEM_POOL_SIZE is not set
29-
30-
### We never want Zephyr's copy of tinycrypt. If tinycrypt is needed,
31-
### MCUboot has its own copy in tree.
32-
# CONFIG_TINYCRYPT is not set
33-
# CONFIG_TINYCRYPT_ECC_DSA is not set
34-
# CONFIG_TINYCRYPT_SHA256 is not set
35-
366
CONFIG_I2C=n
37-
CONFIG_SPI=y
38-
CONFIG_FLASH=y
397
CONFIG_BOOT_MAX_IMG_SECTORS=512
408
CONFIG_MULTITHREADING=y
41-
42-
### Various Zephyr boards enable features that we don't want.
43-
# CONFIG_BT is not set
44-
# CONFIG_BT_CTLR is not set

0 commit comments

Comments
 (0)