summaryrefslogtreecommitdiff
path: root/src/soc/ti/am335x/header.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/ti/am335x/header.c')
-rw-r--r--src/soc/ti/am335x/header.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/ti/am335x/header.c b/src/soc/ti/am335x/header.c
index 9edfdd062b..c0a7589abd 100644
--- a/src/soc/ti/am335x/header.c
+++ b/src/soc/ti/am335x/header.c
@@ -52,6 +52,6 @@ struct omap_image_headers headers __attribute__((section(".header"))) = {
},
.image_header = {
.size = (uintptr_t)&header_load_size,
- .destination = (uintptr_t)_dram
+ .destination = (uintptr_t)_sram
}
};