From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 20 Aug 2013 11:16:42 -0700 Subject: [U-Boot] [PATCH] powerpc/p1010rdb: fix calculating ddr_freq_mhz In-Reply-To: <1376383279-18632-1-git-send-email-Shengzhou.Liu@freescale.com> References: <1376383279-18632-1-git-send-email-Shengzhou.Liu@freescale.com> Message-ID: <5213B28A.7070609@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/13/2013 01:41 AM, Shengzhou Liu wrote: > There was a bug for calculating ddr_freq_mhz, > it should be divided by 1000000 rather than 0x1000000. > > Signed-off-by: Shengzhou Liu > --- > board/freescale/p1010rdb/spl_minimal.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Applied to u-boot-mpc85xx/master. York