From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 6 Apr 2016 10:25:07 -0700 Subject: [U-Boot] [PATCH] armv8: ls1043aqds: make sure fixed-link property is big endian In-Reply-To: <1458877011-47300-1-git-send-email-shh.xie@gmail.com> References: <1458877011-47300-1-git-send-email-shh.xie@gmail.com> Message-ID: <57054673.9070900@nxp.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 03/24/2016 08:46 PM, shh.xie at gmail.com wrote: > From: Shaohui Xie > > When setting fixed-link property to DTS, the values should be converted > with using cpu_to_fdt32 so that to have correct value on little endian > Soc. > > Signed-off-by: Shaohui Xie > --- > board/freescale/ls1043aqds/eth.c | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > Applied to u-boot-fsl-qoriq master. Awaiting upstream. Thanks. York