Eliminate some warnings
This commit is contained in:
parent
920a9592d1
commit
9c65b0321d
|
@ -136,7 +136,7 @@
|
|||
# endif /* LPC17_HAVE_BANK1 && LPC17_BANK1_HEAPSIZE */
|
||||
# else /* !LPC17_BANK0_HEAPSIZE */
|
||||
|
||||
/* We have Bnak 0, but no memory is available for the heap there.
|
||||
/* We have Bank 0, but no memory is available for the heap there.
|
||||
* Do we have Bank 1? Is any heap memory available in Bank 1?
|
||||
*/
|
||||
|
||||
|
|
|
@ -297,7 +297,7 @@ CONFIG_BOOT_RUNFROMFLASH=y
|
|||
# Boot Memory Configuration
|
||||
#
|
||||
CONFIG_RAM_START=0x10000000
|
||||
CONFIG_RAM_SIZE=65536
|
||||
CONFIG_RAM_SIZE=32768
|
||||
# CONFIG_ARCH_HAVE_SDRAM is not set
|
||||
|
||||
#
|
||||
|
|
|
@ -274,7 +274,7 @@ CONFIG_BOOT_RUNFROMFLASH=y
|
|||
# Boot Memory Configuration
|
||||
#
|
||||
CONFIG_RAM_START=0x10000000
|
||||
CONFIG_RAM_SIZE=65536
|
||||
CONFIG_RAM_SIZE=32768
|
||||
# CONFIG_ARCH_HAVE_SDRAM is not set
|
||||
|
||||
#
|
||||
|
|
|
@ -297,7 +297,7 @@ CONFIG_BOOT_RUNFROMFLASH=y
|
|||
# Boot Memory Configuration
|
||||
#
|
||||
CONFIG_RAM_START=0x10000000
|
||||
CONFIG_RAM_SIZE=65536
|
||||
CONFIG_RAM_SIZE=32768
|
||||
# CONFIG_ARCH_HAVE_SDRAM is not set
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue