configs: j721e_evm.h: define CONFIG_SYS_FLASH_BASE
authorVaishnav Achath <vaishnav.a@ti.com>
Mon, 9 May 2022 06:20:15 +0000 (11:50 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 10 Jun 2022 13:03:22 +0000 (09:03 -0400)
Define CONFIG_SYS_FLASH_BASE to indicate start address of
Flash memory

Signed-off-by: Vaishnav Achath <vaishnav.a@ti.com>
include/configs/j721e_evm.h

index a814961..c0b5255 100644 (file)
@@ -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)