Lines Matching full:rom
396 comment "ROM configuration"
398 config ROM config
399 bool "Specify ROM linker regions"
401 Define a ROM region for the linker script. This creates a kernel
406 hex "Address of the base of ROM device"
408 depends on ROM
410 Define the address that the ROM region starts at. Some platforms
415 hex "Address of the base of the ROM vectors"
417 depends on ROM
419 This is almost always the same as the base of the ROM. Since on all
424 hex "Address of the base of system image in ROM"
426 depends on ROM
428 Define the start address of the system image in ROM. Commonly this
429 is strait after the ROM vectors.
432 hex "Size of the ROM device"
434 depends on ROM
436 Size of the ROM device. On some platforms this is used to setup
437 the chip select that controls the boot ROM device.
450 bool "ROM"
452 The kernel will be resident in FLASH/ROM when running. This is
454 code executes from the position it is stored in the FLASH/ROM.