ipq5018: Enable Early and Late init

Change-Id: I102678796a578945a7e7f2ccd573413419c482c2
Signed-off-by: Vandhiadevan Karunamoorthy <vkarunam@codeaurora.org>
This commit is contained in:
Vandhiadevan Karunamoorthy 2019-12-26 14:47:15 +05:30 committed by Gerrit - the friendly Code Review server
parent 28f53ee94c
commit 593aa8a95a
2 changed files with 14 additions and 0 deletions

View file

@ -588,3 +588,8 @@ int board_eth_init(bd_t *bis)
return status;
}
void set_flash_secondary_type(qca_smem_flash_info_t *smem)
{
return;
};

View file

@ -26,6 +26,15 @@
#define CONFIG_CMD_CACHE
#define CONFIG_IPQ_NO_RELOC
#define CONFIG_SYS_VSNPRINTF
/*
* Enable Early and Late init
* This config needs for secondary boot and to set BADOFF5E
*/
#define CONFIG_BOARD_EARLY_INIT_F
#define CONFIG_BOARD_LATE_INIT
#define CONFIG_IPQ5018_UART
#define CONFIG_NR_DRAM_BANKS 1
#define CONFIG_SKIP_LOWLEVEL_INIT