Lines Matching full:rom
395 comment "ROM configuration"
397 config ROM config
398 bool "Specify ROM linker regions"
400 Define a ROM region for the linker script. This creates a kernel
405 hex "Address of the base of ROM device"
407 depends on ROM
409 Define the address that the ROM region starts at. Some platforms
414 hex "Address of the base of the ROM vectors"
416 depends on ROM
418 This is almost always the same as the base of the ROM. Since on all
423 hex "Address of the base of system image in ROM"
425 depends on ROM
427 Define the start address of the system image in ROM. Commonly this
428 is strait after the ROM vectors.
431 hex "Size of the ROM device"
433 depends on ROM
435 Size of the ROM device. On some platforms this is used to setup
436 the chip select that controls the boot ROM device.
449 bool "ROM"
451 The kernel will be resident in FLASH/ROM when running. This is
453 code executes from the position it is stored in the FLASH/ROM.