Re: [U-Boot] [PATCH V2 4/4] configs: ti_armv7_keystone2: start using armv7_common

2015-07-17 Thread Tom Rini
On Fri, Jul 17, 2015 at 01:45:42PM -0400, Murali Karicheri wrote: > On 07/17/2015 01:25 PM, Nishanth Menon wrote: > >On 07/17/2015 12:11 PM, Murali Karicheri wrote: > >>On 07/17/2015 12:52 PM, Nishanth Menon wrote: > >>>On 07/17/2015 11:04 AM, Murali Karicheri wrote: > On 07/16/2015 03:08 PM, N

Re: [U-Boot] [PATCH V2 4/4] configs: ti_armv7_keystone2: start using armv7_common

2015-07-17 Thread Murali Karicheri
On 07/17/2015 01:25 PM, Nishanth Menon wrote: On 07/17/2015 12:11 PM, Murali Karicheri wrote: On 07/17/2015 12:52 PM, Nishanth Menon wrote: On 07/17/2015 11:04 AM, Murali Karicheri wrote: On 07/16/2015 03:08 PM, Nishanth Menon wrote: Try to maintain as much commonality by conditionally includ

Re: [U-Boot] [PATCH V2 4/4] configs: ti_armv7_keystone2: start using armv7_common

2015-07-17 Thread Nishanth Menon
On 07/17/2015 12:11 PM, Murali Karicheri wrote: > On 07/17/2015 12:52 PM, Nishanth Menon wrote: >> On 07/17/2015 11:04 AM, Murali Karicheri wrote: >>> On 07/16/2015 03:08 PM, Nishanth Menon wrote: Try to maintain as much commonality by conditionally including stuff in armv7_common as nece

Re: [U-Boot] [PATCH V2 4/4] configs: ti_armv7_keystone2: start using armv7_common

2015-07-17 Thread Murali Karicheri
On 07/17/2015 12:52 PM, Nishanth Menon wrote: On 07/17/2015 11:04 AM, Murali Karicheri wrote: On 07/16/2015 03:08 PM, Nishanth Menon wrote: Try to maintain as much commonality by conditionally including stuff in armv7_common as necessary and removing the common defines from keystone2 header.

Re: [U-Boot] [PATCH V2 4/4] configs: ti_armv7_keystone2: start using armv7_common

2015-07-17 Thread Nishanth Menon
On 07/17/2015 11:04 AM, Murali Karicheri wrote: > On 07/16/2015 03:08 PM, Nishanth Menon wrote: >> Try to maintain as much commonality by conditionally including stuff >> in armv7_common as necessary and removing the common defines from >> keystone2 header. >> > Including the common ti_armv7_common

Re: [U-Boot] [PATCH V2 4/4] configs: ti_armv7_keystone2: start using armv7_common

2015-07-17 Thread Murali Karicheri
On 07/16/2015 03:08 PM, Nishanth Menon wrote: Try to maintain as much commonality by conditionally including stuff in armv7_common as necessary and removing the common defines from keystone2 header. Including the common ti_armv7_common.h for keystone also add duplication of the various addresse

[U-Boot] [PATCH V2 4/4] configs: ti_armv7_keystone2: start using armv7_common

2015-07-16 Thread Nishanth Menon
Try to maintain as much commonality by conditionally including stuff in armv7_common as necessary and removing the common defines from keystone2 header. Signed-off-by: Nishanth Menon --- Changes in V2: - common CONFIG_SYS_SDRAM_BASE - common CONFIG_SYS_LOAD_ADDR - rebased