aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVaishnav Achath <vaishnav.a@ti.com>2022-05-09 11:50:15 +0530
committerTom Rini <trini@konsulko.com>2022-06-10 09:03:22 -0400
commitd45ccab483b83ab466fd48644642f058b314157c (patch)
tree31a1b635b52b4dfab10eba2767f59c7e2569cff8
parent09d14d7f10df48f9d3ded7a7621591a963bd1ab2 (diff)
downloadu-boot-d45ccab483b83ab466fd48644642f058b314157c.zip
u-boot-d45ccab483b83ab466fd48644642f058b314157c.tar.gz
u-boot-d45ccab483b83ab466fd48644642f058b314157c.tar.bz2
configs: j721e_evm.h: define CONFIG_SYS_FLASH_BASE
Define CONFIG_SYS_FLASH_BASE to indicate start address of Flash memory Signed-off-by: Vaishnav Achath <vaishnav.a@ti.com>
-rw-r--r--include/configs/j721e_evm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/j721e_evm.h b/include/configs/j721e_evm.h
index a814961..c0b5255 100644
--- a/include/configs/j721e_evm.h
+++ b/include/configs/j721e_evm.h
@@ -17,6 +17,8 @@
/* DDR Configuration */
#define CONFIG_SYS_SDRAM_BASE1 0x880000000
+/* FLASH Configuration */
+#define CONFIG_SYS_FLASH_BASE 0x000000000
/* SPL Loader Configuration */
#if defined(CONFIG_TARGET_J721E_A72_EVM) || defined(CONFIG_TARGET_J7200_A72_EVM)