ARM: mvebu: remove out of date comment
authorChris Packham <judge.packham@gmail.com>
Fri, 14 Dec 2018 03:27:57 +0000 (16:27 +1300)
committerStefan Roese <sr@denx.de>
Fri, 21 Dec 2018 07:59:05 +0000 (08:59 +0100)
The Marvell DDR3 training code is now part of the U-Boot SPL so the
comment saying it needs porting is no longer correct.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
arch/arm/mach-mvebu/cpu.c

index aa1be8ebabcb4cdb6d712b459cad17f634cd2f46..919d05c88c7724113c512e53ae5f97a427dba1c0 100644 (file)
@@ -283,10 +283,8 @@ int print_cpuinfo(void)
  * and sets the correct windows sizes and base addresses accordingly.
  *
  * These values are set in the scratch registers by the Marvell
- * DDR3 training code, which is executed by the BootROM before the
- * main payload (U-Boot) is executed. This training code is currently
- * only available in the Marvell U-Boot version. It needs to be
- * ported to mainline U-Boot SPL at some point.
+ * DDR3 training code, which is executed by the SPL before the
+ * main payload (U-Boot) is executed.
  */
 static void update_sdram_window_sizes(void)
 {