Ignore:
Timestamp:
May 14, 2015, 10:45:44 PM (9 years ago)
Author:
alain
Message:

Introduce a new driver for SD Card using the 4bits wide SD bus.
THere is now 5 supported block device peripherals, and the driver names
have been re-organised: reset_ioc_xxx with xxx in (bdv, hba, rdk, spi, sdc)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/softs/tsar_boot/Makefile

    r962 r992  
    22-include ./build.mk
    33
    4 USE_DT     ?= 1
    5 DTS        ?= platform.dts
    6 
    7 MAKECMDGOALS ?= none
     4USE_DT           ?= 0
     5DTS              ?= platform.dts
     6HARD_CONFIG_PATH ?= ../../../giet_vm
     7MAKECMDGOALS     ?= none
    88
    99ifneq ($(MAKECMDGOALS),$(filter $(MAKECMDGOALS),clean distclean clean-doc doc))
     
    7878DRV_SRCS   := reset_tty.c        \
    7979              reset_inval.c      \
    80               reset_sdc.c        \
    81               reset_bdv.c        \
    82               reset_rdk.c        \
    83               reset_hba.c        \
    84               sdcard.c           \
     80              reset_ioc_spi.c    \
     81              reset_ioc_bdv.c    \
     82              reset_ioc_rdk.c    \
     83              reset_ioc_hba.c    \
     84              reset_ioc_sdc.c    \
    8585              spi.c
    8686
Note: See TracChangeset for help on using the changeset viewer.