blob: e7f0f21c2a9352485a1c320cd9608c2ecc77572b [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
#include <boot_device.h>
const struct region_device *boot_device_ro(void)
{
/* FIXME: add support for reading coreboot from NAND */
return NULL;
}