summaryrefslogtreecommitdiffstats
path: root/src/soc/ibm/power9/rom_media.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/ibm/power9/rom_media.c')
-rw-r--r--src/soc/ibm/power9/rom_media.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/soc/ibm/power9/rom_media.c b/src/soc/ibm/power9/rom_media.c
new file mode 100644
index 000000000000..c07af1bbf0b6
--- /dev/null
+++ b/src/soc/ibm/power9/rom_media.c
@@ -0,0 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#include <boot_device.h>
+
+const struct region_device *boot_device_ro(void)
+{
+ return NULL;
+}