Re: [U-Boot] [PATCH v3 14/15] imx: imx6_spl add mx6ul support

2015-08-02 Thread Stefano Babic
On 20/07/2015 13:28, Peng Fan wrote: > i.MX6UL's DRAM space starts from 0x8000, same to i.MX6SX, so use > same address with i.MX6SX. > > Signed-off-by: Peng Fan > --- > > Changes v3: > None > > Changes v2: > new patch > > include/configs/imx6_spl.h | 2 +- > 1 file changed, 1 insertion(

[U-Boot] [PATCH v3 14/15] imx: imx6_spl add mx6ul support

2015-07-20 Thread Peng Fan
i.MX6UL's DRAM space starts from 0x8000, same to i.MX6SX, so use same address with i.MX6SX. Signed-off-by: Peng Fan --- Changes v3: None Changes v2: new patch include/configs/imx6_spl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/imx6_spl.h b/incl