Re: [U-Boot] [PATCH] board/t102x: use fdt_setprop_string instead of fdt_setprop

2015-05-05 Thread York Sun
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

[U-Boot] [PATCH] board/t102x: use fdt_setprop_string instead of fdt_setprop

2015-04-14 Thread Shengzhou Liu
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(-) diff --git a/board/freescale/t102xqds/et