Lines Matching full:rom
408 comment "ROM configuration"
410 config ROM config
411 bool "Specify ROM linker regions"
413 Define a ROM region for the linker script. This creates a kernel
418 hex "Address of the base of the ROM vectors"
420 depends on ROM
422 This is almost always the same as the base of the ROM. Since on all
427 hex "Address of the base of system image in ROM"
429 depends on ROM
431 Define the start address of the system image in ROM. Commonly this
432 is strait after the ROM vectors.
445 bool "ROM"
446 depends on ROM
448 The kernel will be resident in FLASH/ROM when running. This is
450 code executes from the position it is stored in the FLASH/ROM.