]> git.ipfire.org Git - people/ms/u-boot.git/commit
davinci: Fix omapl138_lcdk builds
authorTom Rini <trini@konsulko.com>
Wed, 31 Jan 2018 20:34:49 +0000 (15:34 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 31 Jan 2018 20:44:58 +0000 (15:44 -0500)
commit2e87980580d0bf4781ad0d63efd456aa1a73d03f
tree2c22671e396e4249d30fec3be504cb30bb75da15
parentab21ecef7a38dd211fe6db35c6e60800445eb6a2
davinci: Fix omapl138_lcdk builds

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 as these are simply the defaults.  As SOC_DA8XX will
select SYS_DA850_DDR_INIT when needed, we do not need it under both SOC
options.

Fixes: 76e22222d3aa ("Convert CONFIG_SYS_DV_CLKMODE et al to Kconfig")
Signed-off-by: Tom Rini <trini@konsulko.com>
arch/arm/mach-davinci/Kconfig