diff options
Diffstat (limited to 'src/arch/ppc64/rom_media.c')
-rw-r--r-- | src/arch/ppc64/rom_media.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/arch/ppc64/rom_media.c b/src/arch/ppc64/rom_media.c deleted file mode 100644 index 2fd47669a8..0000000000 --- a/src/arch/ppc64/rom_media.c +++ /dev/null @@ -1,12 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ - -#include <arch/io.h> -#include <boot_device.h> - -static const struct mem_region_device boot_dev = - MEM_REGION_DEV_RO_INIT(FLASH_BASE_ADDR, CONFIG_ROM_SIZE); - -const struct region_device *boot_device_ro(void) -{ - return &boot_dev.rdev; -} |