diff options
Diffstat (limited to 'src/mainboard/emulation/qemu-armv7/media.c')
-rw-r--r-- | src/mainboard/emulation/qemu-armv7/media.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/emulation/qemu-armv7/media.c b/src/mainboard/emulation/qemu-armv7/media.c index 71f3c75ef3..27c3af15c0 100644 --- a/src/mainboard/emulation/qemu-armv7/media.c +++ b/src/mainboard/emulation/qemu-armv7/media.c @@ -14,7 +14,7 @@ */ #include <boot_device.h> -/* Maps directly to NOR flash up to rom size. */ +/* Maps directly to NOR flash up to ROM size. */ static const struct mem_region_device boot_dev = MEM_REGION_DEV_RO_INIT((void *)0x0, CONFIG_ROM_SIZE); |