Re: [U-Boot] [PATCH] ARM: zynq: Show ECC status on the same line as DRAM size

2014-07-23 Thread Michal Simek
On 07/23/2014 05:35 AM, Masahiro Yamada wrote: > Hi Michal, > > On Thu, 15 May 2014 09:46:02 +0200 > Michal Simek wrote: > >> Without this patch is DRAM size one line below DRAM: >> which is not nice >> >> Origin: >> I2C: ready >> DRAM: ECC disabled >> 1 GiB >> Now running in RAM - U-Boot at:

Re: [U-Boot] [PATCH] ARM: zynq: Show ECC status on the same line as DRAM size

2014-07-22 Thread Masahiro Yamada
Hi Michal, On Thu, 15 May 2014 09:46:02 +0200 Michal Simek wrote: > Without this patch is DRAM size one line below DRAM: > which is not nice > > Origin: > I2C: ready > DRAM: ECC disabled > 1 GiB > Now running in RAM - U-Boot at: 3ff59000 > MMC: zynq_sdhci: 0 Strange. "Memory: " is missin

[U-Boot] [PATCH] ARM: zynq: Show ECC status on the same line as DRAM size

2014-05-15 Thread Michal Simek
Without this patch is DRAM size one line below DRAM: which is not nice Origin: I2C: ready DRAM: ECC disabled 1 GiB Now running in RAM - U-Boot at: 3ff59000 MMC: zynq_sdhci: 0 Fixed by this patch: I2C: ready DRAM: ECC disabled 1 GiB Now running in RAM - U-Boot at: 3ff59000 MMC: zynq_sdhc