mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
68ddf18dc3
The EBI is used to access peripherals like NAND, SRAM, NOR etc. Add this driver to probe the nand flash controller. This is a dummy driver and not yet a complete device driver for EBI. Signed-off-by: Balamanikandan Gunasundar <balamanikandan.gunasundar@microchip.com>
7 lines
250 B
Makefile
7 lines
250 B
Makefile
|
|
obj-$(CONFIG_MEMORY) += memory-uclass.o
|
|
obj-$(CONFIG_SANDBOX_MEMORY) += memory-sandbox.o
|
|
obj-$(CONFIG_STM32_FMC2_EBI) += stm32-fmc2-ebi.o
|
|
obj-$(CONFIG_ATMEL_EBI) += atmel_ebi.o
|
|
obj-$(CONFIG_TI_AEMIF) += ti-aemif.o
|
|
obj-$(CONFIG_TI_GPMC) += ti-gpmc.o
|