diff options
author | Christophe Kerello <christophe.kerello@st.com> | 2020-07-31 09:53:40 +0200 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@st.com> | 2020-08-13 09:53:34 +0200 |
commit | 6d47598629f63fa05ef51a0628f971c14c800874 (patch) | |
tree | d5afdb5def74d598f8d32864bb8070a54da9715f /drivers/memory/Makefile | |
parent | 834b85c9e8363f2316e066d2f0b7ba379cef4dfa (diff) | |
download | u-boot-6d47598629f63fa05ef51a0628f971c14c800874.tar.gz u-boot-6d47598629f63fa05ef51a0628f971c14c800874.tar.xz u-boot-6d47598629f63fa05ef51a0628f971c14c800874.zip |
memory: stm32-fmc2-ebi: add STM32 FMC2 EBI controller driver
The driver adds the support for the STMicroelectronics FMC2 EBI controller
found on STM32MP SOCs.
Signed-off-by: Christophe Kerello <christophe.kerello@st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'drivers/memory/Makefile')
-rw-r--r-- | drivers/memory/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/memory/Makefile b/drivers/memory/Makefile index 238add0879..fec52efb60 100644 --- a/drivers/memory/Makefile +++ b/drivers/memory/Makefile @@ -1,2 +1,3 @@ +obj-$(CONFIG_STM32_FMC2_EBI) += stm32-fmc2-ebi.o obj-$(CONFIG_TI_AEMIF) += ti-aemif.o |