diff options
author | Bogdan Purcareata <bogdan.purcareata@nxp.com> | 2017-10-05 06:56:53 +0000 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2017-10-09 08:48:44 -0700 |
commit | c48deb9073da50f2dd7fa9d7ce951b1fe4dfaec7 (patch) | |
tree | f6407ecd1f5faaef604ee8d373e07aba72dad4c5 /include/configs | |
parent | 710d0cd79ede129d5203325c2a188c6f93c61ca3 (diff) | |
download | u-boot-c48deb9073da50f2dd7fa9d7ce951b1fe4dfaec7.tar.gz u-boot-c48deb9073da50f2dd7fa9d7ce951b1fe4dfaec7.tar.xz u-boot-c48deb9073da50f2dd7fa9d7ce951b1fe4dfaec7.zip |
armv8: ls1088a: Update MC boot sequence
The MC boot sequence is contained in mc_env_boot. Update LS1088A
boards to use this function, and hook it to reset_phy so that it's
called late enough, after the ports have been initialized, for
proper DPC / DPL fixup.
Signed-off-by: Bogdan Purcareata <bogdan.purcareata@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/ls1088a_common.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/ls1088a_common.h b/include/configs/ls1088a_common.h index 84e9b140d0..fa058f7e52 100644 --- a/include/configs/ls1088a_common.h +++ b/include/configs/ls1088a_common.h @@ -122,6 +122,12 @@ unsigned long long get_qixis_addr(void); #define CONFIG_SYS_LS_MC_DRAM_DPL_OFFSET 0x00F20000 #define CONFIG_SYS_LS_MC_AIOP_IMG_MAX_LENGTH 0x200000 #define CONFIG_SYS_LS_MC_DRAM_AIOP_IMG_OFFSET 0x07000000 + +/* Define phy_reset function to boot the MC based on mcinitcmd. + * This happens late enough to properly fixup u-boot env MAC addresses. + */ +#define CONFIG_RESET_PHY_R + /* * Carve out a DDR region which will not be used by u-boot/Linux * |