From mboxrd@z Thu Jan 1 00:00:00 1970 From: Li Ye-B37916 Date: Fri, 5 Sep 2014 20:15:22 +0800 Subject: [U-Boot] [PATCH v2 3/5] iMX6DL:arm2: Add support for i.MX6DL arm2 DDR3 board In-Reply-To: References: Message-ID: <5409A95A.6040202@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 9/5/2014 2:43 AM, Otavio Salvador wrote: > Hello Ye, > > On Thu, Sep 4, 2014 at 11:17 AM, Ye.Li wrote: >> This patch adds the i.MX6DL arm2 board support. The i.MX6DL ARM2 >> shared the same board with i.MX6Q ARM2 board since the i.MX6DL is >> pin-pin compatible with i.MX6Q. >> >> The patch also support the DDR 32-BIT mode option. Please define >> CONFIG_DDR_32BIT in the board configure file to enable DDR 32-BIT >> mode.But due to the board design, it's 64bit DDR buswidth physically, >> so, if you CONFIG_DDR_32BIT, the DDR memory size will be half of it. >> >> Signed-off-by: Ye.Li > Your patch short log could be improved for: > > imx: mx6dlarm2: Add support for i.MX6DL arm2 DDR3 board > > This could be reworked on the other patches as well. > > My 2c. > Thanks for your comments. I will rework the short logs in v3. Best regards, Ye Li