[U-Boot] [PATCH 10/11] mx6_common: Fix LOADADDR and SYS_TEXT_BASE for i.MX6UL

2015-07-02 Thread Peng Fan
ddr for i.MX6UL starts from 0x8000 Signed-off-by: Peng Fan peng@freescale.com --- include/configs/mx6_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h index 6808674..ccb2d04 100644 ---

Re: [U-Boot] [PATCH 10/11] mx6_common: Fix LOADADDR and SYS_TEXT_BASE for i.MX6UL

2015-07-02 Thread Marek Vasut
On Thursday, July 02, 2015 at 01:03:07 PM, Peng Fan wrote: ddr for i.MX6UL starts from 0x8000 You really should work on your patch descriptions. I'm not asking you for essays, but at least a sentence starting with a capital letter and ending with a fullstop would be nice ... Signed-off-by: