RE: [PATCH 2/3] ARM: Tegra: dt: Fix machine desc to match other boards.

2011-04-29 Thread Stephen Warren
Stephen Warren wrote at Sent: Friday, April 29, 2011 7:52 PM: > To: Grant Likely > Cc: linaro-dev@lists.linaro.org; linux-te...@vger.kernel.org > Subject: RE: [PATCH 2/3] ARM: Tegra: dt: Fix machine desc to match other > boards. > > Grant Likely wrote at Friday, April 29, 2011 5

RE: [PATCH 2/3] ARM: Tegra: dt: Fix machine desc to match other boards.

2011-04-29 Thread Stephen Warren
Grant Likely wrote at Friday, April 29, 2011 5:35 PM: > On Sat, Apr 23, 2011 at 10:30:03PM -0600, Stephen Warren wrote: > > The content of the machine descriptions has be re-organized. Without fixing > > the board-dt.c copy, the system will fail to boot (BUG_ON during timer > > initialization, whic

Re: [PATCH 2/3] ARM: Tegra: dt: Fix machine desc to match other boards.

2011-04-29 Thread Grant Likely
On Sat, Apr 23, 2011 at 10:30:03PM -0600, Stephen Warren wrote: > The content of the machine descriptions has be re-organized. Without fixing > the board-dt.c copy, the system will fail to boot (BUG_ON during timer > initialization, which happens before printk is operational, leading to a > silent

[PATCH 2/3] ARM: Tegra: dt: Fix machine desc to match other boards.

2011-04-23 Thread Stephen Warren
The content of the machine descriptions has be re-organized. Without fixing the board-dt.c copy, the system will fail to boot (BUG_ON during timer initialization, which happens before printk is operational, leading to a silent hang early during kernel boot). Solve this basiclaly by copying the exis