diff options
author | Simon Glass | 2023-02-01 13:20:13 -0700 |
---|---|---|
committer | Tom Rini | 2023-02-07 14:33:49 -0500 |
commit | c93ad9e24d7c155a24d9f1e68b07514382f2a181 (patch) | |
tree | 98653894613a9c97d0fefa41fb1656b96ed51106 /board | |
parent | 04c8b0da684b61c589e521a97f721f6d3fe7b530 (diff) |
compulab: Drop CONFIG_TARGET_MCM_IMX8M_MINI
This option is not defined anywhere. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board')
-rw-r--r-- | board/compulab/imx8mm-cl-iot-gate/ddr/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/board/compulab/imx8mm-cl-iot-gate/ddr/Makefile b/board/compulab/imx8mm-cl-iot-gate/ddr/Makefile index 5914796628d..f73f35cd664 100644 --- a/board/compulab/imx8mm-cl-iot-gate/ddr/Makefile +++ b/board/compulab/imx8mm-cl-iot-gate/ddr/Makefile @@ -1,8 +1,4 @@ obj-y += ddr.o obj-y += lpddr4_timing_ff020008.o obj-y += lpddr4_timing_ff000110.o -ifdef CONFIG_TARGET_MCM_IMX8M_MINI -obj-y += lpddr4_timing_01061010.o -else obj-y += lpddr4_timing_01061010.1_2.o -endif |