Re: [U-Boot] [PATCH 20/28] armv8/ls2085ardb: Add support of LS2085ARDB platform

2015-03-20 Thread York Sun
On 03/20/2015 05:12 PM, Scott Wood wrote: On Fri, 2015-03-20 at 17:08 -0700, York Sun wrote: On 03/20/2015 04:01 PM, Scott Wood wrote: On Thu, 2015-03-19 at 09:45 -0700, York Sun wrote: #ifndef __ASSEMBLY__ unsigned long get_board_sys_clk(void); -unsigned long get_board_ddr_clk(void);

Re: [U-Boot] [PATCH 20/28] armv8/ls2085ardb: Add support of LS2085ARDB platform

2015-03-20 Thread Scott Wood
On Fri, 2015-03-20 at 17:08 -0700, York Sun wrote: On 03/20/2015 04:01 PM, Scott Wood wrote: On Thu, 2015-03-19 at 09:45 -0700, York Sun wrote: #ifndef __ASSEMBLY__ unsigned long get_board_sys_clk(void); -unsigned long get_board_ddr_clk(void); #endif #define

Re: [U-Boot] [PATCH 20/28] armv8/ls2085ardb: Add support of LS2085ARDB platform

2015-03-20 Thread York Sun
On 03/20/2015 04:01 PM, Scott Wood wrote: On Thu, 2015-03-19 at 09:45 -0700, York Sun wrote: The LS2080ARDB is a evaluation platform that supports LS2080A family SoCs. This patch add sbasic support for the platform. s/2080/2085/ diff --git a/board/freescale/ls2085aqds/Makefile

Re: [U-Boot] [PATCH 20/28] armv8/ls2085ardb: Add support of LS2085ARDB platform

2015-03-20 Thread Scott Wood
On Thu, 2015-03-19 at 09:45 -0700, York Sun wrote: The LS2080ARDB is a evaluation platform that supports LS2080A family SoCs. This patch add sbasic support for the platform. s/2080/2085/ diff --git a/board/freescale/ls2085aqds/Makefile b/board/freescale/ls2085ardb/Makefile similarity index

[U-Boot] [PATCH 20/28] armv8/ls2085ardb: Add support of LS2085ARDB platform

2015-03-19 Thread York Sun
The LS2080ARDB is a evaluation platform that supports LS2080A family SoCs. This patch add sbasic support for the platform. Signed-off-by: York Sun york...@freescale.com Signed-off-by: Prabhakar Kushwaha prabha...@freescale.com Signed-off-by: Bhupesh Sharma bhupesh.sha...@freescale.com