Re: [U-Boot] [PATCH 1/7] omap4: make omap4 code common for future reuse

2011-10-21 Thread R, Sricharan
Hi Rini, On Wed, Oct 19, 2011 at 10:11 PM, Tom Rini wrote: > On Wed, Oct 19, 2011 at 5:47 AM, sricharan wrote: >> Much of omap4 soc support code can be reused for omap5. >> Move them to the omap-common directory to facilitate >> this. >> >> Signed-off-by: sricharan > > Yay for re-use, but shoul

Re: [U-Boot] [PATCH 1/7] omap4: make omap4 code common for future reuse

2011-10-19 Thread Tom Rini
On Wed, Oct 19, 2011 at 5:47 AM, sricharan wrote: > Much of omap4 soc support code can be reused for omap5. > Move them to the omap-common directory to facilitate > this. > > Signed-off-by: sricharan Yay for re-use, but shouldn't we just call it omap-common/emif.c, etc? omap-common/emif-common.c

[U-Boot] [PATCH 1/7] omap4: make omap4 code common for future reuse

2011-10-19 Thread sricharan
Much of omap4 soc support code can be reused for omap5. Move them to the omap-common directory to facilitate this. Signed-off-by: sricharan --- arch/arm/cpu/armv7/omap-common/Makefile| 13 + .../clocks.c => omap-common/clocks-common.c} |0 .../{omap4/emif.c =>