Skip to content
Commit c5642a7b authored by Grant Ramsay's avatar Grant Ramsay Committed by Anas Nashif
Browse files

arch: kconfig: Set flash size/address to 0 by default when !XIP



Many boards/SoCs in-tree do this:
    if !XIP
    config FLASH_SIZE
        default 0
    config FLASH_BASE_ADDRESS
        default 0
    endif

And many other boards are missing this configuration (e.g. stm32 series).
Making this the default helps get non-XIP just working

Signed-off-by: default avatarGrant Ramsay <gramsay@enphaseenergy.com>
parent 13660dd7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment