Re: [PATCH] sbc834x: put full compat string in board match check

2011-12-07 Thread Kumar Gala
On Dec 5, 2011, at 10:41 AM, Paul Gortmaker wrote: > The commit 883c2cfc8bcc0fd00c5d9f596fb8870f481b5bda: > > "fix of_flat_dt_is_compatible() to match the full compatible string" > > causes silent boot death on the sbc8349 board because it was > just looking for 8349 and not 8349E -- as origina

[PATCH] sbc834x: put full compat string in board match check

2011-12-05 Thread Paul Gortmaker
The commit 883c2cfc8bcc0fd00c5d9f596fb8870f481b5bda: "fix of_flat_dt_is_compatible() to match the full compatible string" causes silent boot death on the sbc8349 board because it was just looking for 8349 and not 8349E -- as originally there were non-E (no SEC/encryption) chips available. Just