sdk-hwV1.3/lichee/brandy-2.0/spl-pub/board/mr112/sboot.mk

21 lines
426 B
Makefile

#
#config file for sun8iw18
#
#stroage
FILE_EXIST=$(shell if [ -f $(TOPDIR)/board/$(PLATFORM)/common.mk ]; then echo yes; else echo no; fi;)
ifeq (x$(FILE_EXIST),xyes)
include $(TOPDIR)/board/$(PLATFORM)/common.mk
else
include $(TOPDIR)/board/$(CP_BOARD)/common.mk
endif
MODULE=sboot
CFG_SUNXI_NAND =y
CFG_SUNXI_CE_10 =y
CFG_SUNXI_SPINAND =y
CFG_SUNXI_SBOOT =y
CFG_SUNXI_JTAG_DISABLE =y
CFG_SUNXI_VERIFY_MALLCO_SIZE = 4096