summaryrefslogtreecommitdiffstats
path: root/src/cpu/ti/am335x/nand.c
blob: e7f0f21c2a9352485a1c320cd9608c2ecc77572b (plain)
1
2
3
4
5
6
7
8
9
10
/* 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;
}