remove dual bank support, bootloader is only single bank now

This commit is contained in:
hathach 2018-06-26 14:14:13 +07:00
parent 6bafa2f5e2
commit b42df5f72b
3 changed files with 2 additions and 14 deletions

View File

@ -10,6 +10,8 @@
# - SD_VERSION : e.g 5.1.0
# - SD_HEX : path to bootloader hex binary
#******************************************************************************
VERSION_SINGLEBANK = 1
VERSION_MAJOR = 6
VERSION_MINOR = 0
VERSION_REVISION = 0

View File

@ -1,7 +0,0 @@
#******************************************************************************
# CONFIGURE
# - SINGLEBANK : 0 (dual), 1 (single)
#******************************************************************************
VERSION_SINGLEBANK = 0
include ../make_common.mk

View File

@ -1,7 +0,0 @@
#******************************************************************************
# CONFIGURE
# - BOOT VERSION : 050: S132 v201, 055: S132 v500
#******************************************************************************
VERSION_SINGLEBANK = 1
include ../make_common.mk