config B option, reverted

This commit is contained in:
Lok Tep 2015-12-08 09:27:23 +01:00
parent 6c872c3162
commit 1481537f8c

View File

@ -148,7 +148,7 @@
/* CONFIG_RAM_START should be set to the base of AHB SRAM, local 0. */
# if CONFIG_RAM_START != LPC43_LOCSRAM_BANK0_BASE
# error "CONFIG_RAM_START must be set to the base address of AHB SRAM Bank 0"
# error "CONFIG_RAM_START must be set to the base address of RAM Bank 0"
# endif
/* The configured RAM size should be equal to the size of local SRAM Bank 0 */
@ -170,14 +170,14 @@
/* Configuration B */
/* CONFIG_RAM_START should be set to the base of local SRAM, bank 1. */
# if CONFIG_RAM_START != LPC43_LOCSRAM_BANK0_BASE
# error "CONFIG_RAM_START must be set to the base address of AHB SRAM Bank 0"
# if CONFIG_RAM_START != LPC43_LOCSRAM_BANK1_BASE
# error "CONFIG_RAM_START must be set to the base address of SRAM Bank 1"
# endif
/* The configured RAM size should be equal to the size of local SRAM Bank 1 */
# if CONFIG_RAM_SIZE != LPC43_LOCSRAM_BANK0_SIZE
# error "CONFIG_RAM_SIZE must be set to size of AHB SRAM Bank 0"
# if CONFIG_RAM_SIZE != LPC43_LOCSRAM_BANK1_SIZE
# error "CONFIG_RAM_SIZE must be set to size of AHB SRAM Bank 1"
# endif
/* Now we can assign all of the memory regions for configuration B */