diff mbox series

[10/17] omapl138_lcdk: Stop using CONFIG_MACH_OMAPL138_LCDK

Message ID 20210913003233.4125-10-trini@konsulko.com
State Accepted
Commit 425c121d7ae784b8ec940bd53001f393a6da09bc
Delegated to: Tom Rini
Headers show
Series [01/17] am335x_guardian: Enable SPL_OF_CONTROL | expand

Commit Message

Tom Rini Sept. 13, 2021, 12:32 a.m. UTC
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>
---
 board/davinci/da8xxevm/Makefile | 2 +-
 include/configs/omapl138_lcdk.h | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

Comments

Tom Rini Sept. 28, 2021, 11:21 p.m. UTC | #1
On Sun, Sep 12, 2021 at 08:32:26PM -0400, Tom Rini wrote:

> 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>

Applied to u-boot/next, thanks!
diff mbox series

Patch

diff --git a/board/davinci/da8xxevm/Makefile b/board/davinci/da8xxevm/Makefile
index 3fac615d7b88..8187c8db22e3 100644
--- a/board/davinci/da8xxevm/Makefile
+++ b/board/davinci/da8xxevm/Makefile
@@ -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
diff --git a/include/configs/omapl138_lcdk.h b/include/configs/omapl138_lcdk.h
index f60d15b9db12..d20c9e238c30 100644
--- a/include/configs/omapl138_lcdk.h
+++ b/include/configs/omapl138_lcdk.h
@@ -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