diff options
author | Tom Rini <trini@konsulko.com> | 2021-09-12 20:32:26 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-09-27 21:38:34 -0400 |
commit | 425c121d7ae784b8ec940bd53001f393a6da09bc (patch) | |
tree | 1cdf8e1e4296b2bed6f984cad986bc934b91782b /board | |
parent | 2043f9c4c1740577d0cb18f2395dddcbe9d7af83 (diff) | |
download | u-boot-425c121d7ae784b8ec940bd53001f393a6da09bc.zip u-boot-425c121d7ae784b8ec940bd53001f393a6da09bc.tar.gz u-boot-425c121d7ae784b8ec940bd53001f393a6da09bc.tar.bz2 |
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>
Diffstat (limited to 'board')
-rw-r--r-- | board/davinci/da8xxevm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/davinci/da8xxevm/Makefile b/board/davinci/da8xxevm/Makefile index 3fac615..8187c8d 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 |