rp2040: Add options to Kconfig for "stage2" flash chip options

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2022-06-18 12:23:42 -04:00
parent 52a8afba43
commit 9e52dc337f
2 changed files with 17 additions and 2 deletions

View File

@@ -47,6 +47,20 @@ config FLASH_START
hex
default 0x10000000
######################################################################
# Bootloader options
######################################################################
config RP2040_STAGE2_FILE
string
default "boot2_w25q080.S"
config RP2040_STAGE2_CLKDIV
int
default 2
######################################################################
# Communication inteface
######################################################################