rp2040: Add options to Kconfig for "stage2" flash chip options
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -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
|
||||
######################################################################
|
||||
|
||||
Reference in New Issue
Block a user