Re: [U-Boot] Common arch-specific header files for SOCs

2011-09-01 Thread Simon Glass
Hi Mike, On Wed, Aug 31, 2011 at 7:44 AM, Mike Frysinger wrote: > On Wednesday, August 31, 2011 01:30:56 Simon Glass wrote: >> On Tue, Aug 30, 2011 at 9:36 PM, Mike Frysinger wrote: >> > On Tuesday, August 30, 2011 17:13:51 Simon Glass wrote: >> >> The arch/arm/include/asm/arch symlink needs to p

Re: [U-Boot] Common arch-specific header files for SOCs

2011-08-31 Thread Mike Frysinger
On Wednesday, August 31, 2011 01:30:56 Simon Glass wrote: > On Tue, Aug 30, 2011 at 9:36 PM, Mike Frysinger wrote: > > On Tuesday, August 30, 2011 17:13:51 Simon Glass wrote: > >> The arch/arm/include/asm/arch symlink needs to point to arch-tegra2 in > >> my case, which is fine, but I also want to

Re: [U-Boot] Common arch-specific header files for SOCs

2011-08-30 Thread Simon Glass
Hi Mike, On Tue, Aug 30, 2011 at 9:36 PM, Mike Frysinger wrote: > On Tuesday, August 30, 2011 17:13:51 Simon Glass wrote: >> The arch/arm/include/asm/arch symlink needs to point to arch-tegra2 in >> my case, which is fine, but I also want to be able to include common >> files. >> >> #include >>

Re: [U-Boot] Common arch-specific header files for SOCs

2011-08-30 Thread Mike Frysinger
On Tuesday, August 30, 2011 17:13:51 Simon Glass wrote: > The arch/arm/include/asm/arch symlink needs to point to arch-tegra2 in > my case, which is fine, but I also want to be able to include common > files. > > #include > > This points to arch/arm/include/asm/arch-tegra2/clock.h but this would