diff options
| author | Tom Rini <[email protected]> | 2021-06-16 11:18:11 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-06-16 11:18:11 -0400 |
| commit | b2c4b7f66553401e0eb1176da8b97a1511f26b2c (patch) | |
| tree | 688ffdcaf5c88b26b149492d0a351cea5ebf0a88 /drivers/timer/Makefile | |
| parent | 9301a5cc99dd0c298e2f7fe2fa98a7287fcda772 (diff) | |
| parent | 40496ac3b71b9589a9149d423b81133eebce07b1 (diff) | |
Merge tag 'u-boot-imx-20210616' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
u-boot-imx-20210616
-------------------
- imxrt : fixes, USB, imxrt1020-evk
- imx8m:
fix for verdin-imx8mm
Add conga-QMX8 board
- imx6 :
documentation for pico-imx6:
Add SeeedStudio NPI-IMX6ULL Support
ventana: DM PCI
- imx7d:
added SMEGW01 board
CI : https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/7765
Diffstat (limited to 'drivers/timer/Makefile')
| -rw-r--r-- | drivers/timer/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/timer/Makefile b/drivers/timer/Makefile index 2ebdeab0ce1..e2bd530eb04 100644 --- a/drivers/timer/Makefile +++ b/drivers/timer/Makefile @@ -25,3 +25,4 @@ obj-$(CONFIG_STM32_TIMER) += stm32_timer.o obj-$(CONFIG_X86_TSC_TIMER) += tsc_timer.o obj-$(CONFIG_MTK_TIMER) += mtk_timer.o obj-$(CONFIG_MCHP_PIT64B_TIMER) += mchp-pit64b-timer.o +obj-$(CONFIG_IMX_GPT_TIMER) += imx-gpt-timer.o |
