2021-04-15 16:14:14 +10:00
|
|
|
# Default Secure Boot bootloader is too large to fit in default
|
|
|
|
|
# bootloader size without adding 0x1000 bytes or reducing the log level.
|
|
|
|
|
#
|
|
|
|
|
# If you find yourself needing to edit this in the future, it's a sign the
|
|
|
|
|
# bootloader is bloating out!
|
2024-09-09 15:27:18 +03:00
|
|
|
CONFIG_PARTITION_TABLE_OFFSET=0xD000
|
2021-07-08 19:07:42 +10:00
|
|
|
|
|
|
|
|
# Maximize the number of possible build warnings
|
|
|
|
|
CONFIG_COMPILER_OPTIMIZATION_PERF=y
|