Files
kntran1 4e2a5258a5 Initial commit
Initial commit.
2026-03-23 14:40:39 -05:00

6 lines
248 B
Plaintext

# Enables RAM load mode and specifies 16 MB of memory from 0x80000000
# as a valid location for the firmware to be loaded into.
CONFIG_BOOT_RAM_LOAD=y
CONFIG_BOOT_IMAGE_EXECUTABLE_RAM_START=0x80000000
CONFIG_BOOT_IMAGE_EXECUTABLE_RAM_SIZE=16777216