Re: [U-Boot] [PATCH] ARM: tegra: only enable SCU on Tegra20

2013-06-04 Thread Tom Warren
org] > Sent: Tuesday, June 04, 2013 12:34 PM > To: Tom Warren > Cc: u-boot@lists.denx.de; Simon Glass; Stephen Warren > Subject: Re: [U-Boot] [PATCH] ARM: tegra: only enable SCU on Tegra20 > > On 05/23/2013 04:26 PM, Stephen Warren wrote: > > From: Tom Warren > > >

Re: [U-Boot] [PATCH] ARM: tegra: only enable SCU on Tegra20

2013-06-04 Thread Stephen Warren
On 05/23/2013 04:26 PM, Stephen Warren wrote: > From: Tom Warren > > The non-SPL build of U-Boot on Tegra only runs on a single CPU, and > hence there is no need to enable the SCU when running U-Boot. If an > SMP OS is booted, and it needs the SCU enabled, it will enable the SCU > itself. U-Boot

[U-Boot] [PATCH] ARM: tegra: only enable SCU on Tegra20

2013-05-23 Thread Stephen Warren
From: Tom Warren The non-SPL build of U-Boot on Tegra only runs on a single CPU, and hence there is no need to enable the SCU when running U-Boot. If an SMP OS is booted, and it needs the SCU enabled, it will enable the SCU itself. U-Boot doing so is redundant. The one exception is Tegra20, wher