diff options
author | Tom Rini <trini@konsulko.com> | 2016-04-04 13:15:23 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-04-04 13:15:23 -0400 |
commit | 7e10a7c3bc382ff79bb6746944a0a4a0073a0faf (patch) | |
tree | 9d2c995a9bc807922cbc6c7966eb98e652c9b99f /arch/arm/mach-mvebu/spl.c | |
parent | 30eae26b5629d6b06f11ca92c84ff30d57b784be (diff) | |
parent | ebe7890321250352b812dbbf127a46ef58256d1c (diff) | |
download | u-boot-imx-7e10a7c3bc382ff79bb6746944a0a4a0073a0faf.zip u-boot-imx-7e10a7c3bc382ff79bb6746944a0a4a0073a0faf.tar.gz u-boot-imx-7e10a7c3bc382ff79bb6746944a0a4a0073a0faf.tar.bz2 |
Merge git://www.denx.de/git/u-boot-marvell
Diffstat (limited to 'arch/arm/mach-mvebu/spl.c')
-rw-r--r-- | arch/arm/mach-mvebu/spl.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-mvebu/spl.c b/arch/arm/mach-mvebu/spl.c index 0879873..ac5bb2c 100644 --- a/arch/arm/mach-mvebu/spl.c +++ b/arch/arm/mach-mvebu/spl.c @@ -99,11 +99,14 @@ void board_init_f(ulong dummy) timer_init(); + /* Armada 375 does not support SerDes and DDR3 init yet */ +#if !defined(CONFIG_ARMADA_375) /* First init the serdes PHY's */ serdes_phy_config(); /* Setup DDR */ ddr3_init(); +#endif /* * Return to the BootROM to continue the Marvell xmodem |