SPEAr: Initialize SNOR in early_board_init_f
flash reading is required earlier than flash_init is called since the env_init is called before flash_init. This makes the smi_init necessary before env_init being called. Signed-off-by: Amit Virdi <amit.virdi@st.com> Acked-by: Stefan Roese <sr@denx.de> Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
committed by
Albert ARIBAUD
parent
1b7935cd96
commit
0b7ff3f459
@@ -198,6 +198,7 @@
|
||||
|
||||
/* Miscellaneous configurable options */
|
||||
#define CONFIG_ARCH_CPU_INIT
|
||||
#define CONFIG_BOARD_EARLY_INIT_F
|
||||
#define CONFIG_DISPLAY_CPUINFO
|
||||
#define CONFIG_BOOT_PARAMS_ADDR 0x00000100
|
||||
#define CONFIG_CMDLINE_TAG 1
|
||||
|
||||
Reference in New Issue
Block a user