blob: 3c636ced0d51ac2dea7372c8fa59b39f90ac0614 [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
#include <boot_device.h>
#include <symbols.h>
#include <mainboard/addressmap.h>
static const struct mem_region_device boot_dev =
MEM_REGION_DEV_RO_INIT(QEMU_VIRT_FLASH, CONFIG_ROM_SIZE);
const struct region_device *boot_device_ro(void)
{
return &boot_dev.rdev;
}