
On 10/29/18 2:30 AM, Priyanka Jain wrote:
LX2160ARDB is an evaluation board that supports LX2160A family SoCs. This patch add base support for this board.
Signed-off-by: Wasim Khan wasim.khan@nxp.com Signed-off-by: Yogesh Gaur yogeshnarayan.gaur@nxp.com Signed-off-by: Meenakshi Aggarwal meenakshi.aggarwal@nxp.com Signed-off-by: Vabhav Sharma vabhav.sharma@nxp.com Signed-off-by: Sriram Dash sriram.dash@nxp.com Signed-off-by: Rajesh Bhagat rajesh.bhagat@nxp.com Signed-off-by: Pankit Garg pankit.garg@nxp.com Signed-off-by: Priyanka Jain priyanka.jain@nxp.com
Changes for v2: Rebased on top of test_qoriq branch of u-boot-fsl-qoriq.git
Corrected line seria01.clock = get_serial_clock -> serial1.clock = get_serial_clock();
Corrected CONFIG_ENV_OFFSET to 0x500000 [Thanks to Ashish K for pointing this]
Priyanka,
I am seeing compiling error
../board/freescale/lx2160a/eth_lx2160ardb.c:71:3: error: too few arguments to function ?wriop_set_phy_address?
Please also check the patches I collected here http://patchwork.ozlabs.org/bundle/yorksun/lx2/ and confirm the dependency and order.
York