diff options
Diffstat (limited to 'include/configs/octeontx2_common.h')
-rw-r--r-- | include/configs/octeontx2_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/octeontx2_common.h b/include/configs/octeontx2_common.h index 2c430e8d37..25116c5ed2 100644 --- a/include/configs/octeontx2_common.h +++ b/include/configs/octeontx2_common.h @@ -10,7 +10,7 @@ /** Maximum size of image supported for bootm (and bootable FIT images) */ /** Memory base address */ -#define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_TEXT_BASE +#define CONFIG_SYS_SDRAM_BASE CONFIG_TEXT_BASE /** Stack starting address */ |