mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
omapl138_lcdk: Stop using CONFIG_MACH_OMAPL138_LCDK
We have one places that uses this symbol and CONFIG_TARGET_OMAPL138_LCDK works equally well, switch to that. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
2043f9c4c1
commit
425c121d7a
2 changed files with 1 additions and 2 deletions
|
@ -7,4 +7,4 @@
|
|||
|
||||
obj-$(CONFIG_MACH_DAVINCI_DA830_EVM) += da830evm.o
|
||||
obj-$(CONFIG_MACH_DAVINCI_DA850_EVM) += da850evm.o
|
||||
obj-$(CONFIG_MACH_OMAPL138_LCDK) += omapl138_lcdk.o
|
||||
obj-$(CONFIG_TARGET_OMAPL138_LCDK) += omapl138_lcdk.o
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
/*
|
||||
* SoC Configuration
|
||||
*/
|
||||
#define CONFIG_MACH_OMAPL138_LCDK
|
||||
#define CONFIG_SYS_CLK_FREQ clk_get(DAVINCI_ARM_CLKID)
|
||||
#define CONFIG_SYS_OSCIN_FREQ 24000000
|
||||
#define CONFIG_SYS_TIMERBASE DAVINCI_TIMER0_BASE
|
||||
|
|
Loading…
Reference in a new issue