aboutsummaryrefslogtreecommitdiff
path: root/src/soc/ti/am335x/nand.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/ti/am335x/nand.c')
-rw-r--r--src/soc/ti/am335x/nand.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/soc/ti/am335x/nand.c b/src/soc/ti/am335x/nand.c
new file mode 100644
index 0000000000..a7029a02d6
--- /dev/null
+++ b/src/soc/ti/am335x/nand.c
@@ -0,0 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#include <boot_device.h>
+
+const struct region_device *boot_device_ro(void)
+{
+ /* FIXME: add support for reading coreboot from NAND */
+ return NULL;
+}