aboutsummaryrefslogtreecommitdiff
path: root/src/soc/ti/am335x/bootblock_media.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/ti/am335x/bootblock_media.c')
-rw-r--r--src/soc/ti/am335x/bootblock_media.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/ti/am335x/bootblock_media.c b/src/soc/ti/am335x/bootblock_media.c
index 050e0b77da..1c65c38684 100644
--- a/src/soc/ti/am335x/bootblock_media.c
+++ b/src/soc/ti/am335x/bootblock_media.c
@@ -5,7 +5,7 @@
/* FIXME: No idea how big the internal SRAM actually is. */
static const struct mem_region_device boot_dev =
- MEM_REGION_DEV_RO_INIT(_dram, CONFIG_ROM_SIZE);
+ MEM_REGION_DEV_RO_INIT(_sram, CONFIG_ROM_SIZE);
const struct region_device *boot_device_ro(void)
{