mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-02 15:33:55 +01:00
ipq5018: Enable Early and Late init
Change-Id: I102678796a578945a7e7f2ccd573413419c482c2 Signed-off-by: Vandhiadevan Karunamoorthy <vkarunam@codeaurora.org>
This commit is contained in:
parent
28f53ee94c
commit
593aa8a95a
2 changed files with 14 additions and 0 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue