Re: [U-Boot] [PATCH] davinci: Fix omapl138_lcdk builds

2018-01-31 Thread Tom Rini
On Wed, Jan 31, 2018 at 03:45:42PM -0500, Tom Rini wrote: > The omapl138_lcdk platform is not a DA850 SoC so we need to select > SOC_DA8XX and not SOC_DA850, as it was before. It does however point > out a bit of a misnomer in how all of these PLL defines are named as > they are generic to DA8xx,

[U-Boot] [PATCH] davinci: Fix omapl138_lcdk builds

2018-01-31 Thread Tom Rini
The omapl138_lcdk platform is not a DA850 SoC so we need to select SOC_DA8XX and not SOC_DA850, as it was before. It does however point out a bit of a misnomer in how all of these PLL defines are named as they are generic to DA8xx, not DA850 centric. Remove the 'if SOC_DA850' under the defaults a