From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 5 May 2015 09:35:43 -0700 Subject: [U-Boot] [PATCH] board/t102x: use fdt_setprop_string instead of fdt_setprop In-Reply-To: <1429005410-3774-1-git-send-email-Shengzhou.Liu@freescale.com> References: <1429005410-3774-1-git-send-email-Shengzhou.Liu@freescale.com> Message-ID: <5548F15F.1070908@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 04/14/2015 02:56 AM, Shengzhou Liu wrote: > Use fdt_setprop_string instead of fdt_setprop to fix string length. > > Signed-off-by: Shengzhou Liu > --- > board/freescale/t102xqds/eth_t102xqds.c | 9 +++++---- > board/freescale/t102xrdb/eth_t102xrdb.c | 4 ++-- > 2 files changed, 7 insertions(+), 6 deletions(-) > Applied to u-boot-mpc85xx master. Awaiting upstream. York