Lines Matching full:rom
433 comment "ROM configuration"
435 config ROM config
436 bool "Specify ROM linker regions"
438 Define a ROM region for the linker script. This creates a kernel
443 hex "Address of the base of the ROM vectors"
445 depends on ROM
447 This is almost always the same as the base of the ROM. Since on all
452 hex "Address of the base of system image in ROM"
454 depends on ROM
456 Define the start address of the system image in ROM. Commonly this
457 is strait after the ROM vectors.
470 bool "ROM"
471 depends on ROM
473 The kernel will be resident in FLASH/ROM when running. This is
475 code executes from the position it is stored in the FLASH/ROM.