mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 07:45:16 +08:00
Eliminate some warnings
This commit is contained in:
@@ -136,7 +136,7 @@
|
|||||||
# endif /* LPC17_HAVE_BANK1 && LPC17_BANK1_HEAPSIZE */
|
# endif /* LPC17_HAVE_BANK1 && LPC17_BANK1_HEAPSIZE */
|
||||||
# else /* !LPC17_BANK0_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?
|
* Do we have Bank 1? Is any heap memory available in Bank 1?
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -297,7 +297,7 @@ CONFIG_BOOT_RUNFROMFLASH=y
|
|||||||
# Boot Memory Configuration
|
# Boot Memory Configuration
|
||||||
#
|
#
|
||||||
CONFIG_RAM_START=0x10000000
|
CONFIG_RAM_START=0x10000000
|
||||||
CONFIG_RAM_SIZE=65536
|
CONFIG_RAM_SIZE=32768
|
||||||
# CONFIG_ARCH_HAVE_SDRAM is not set
|
# CONFIG_ARCH_HAVE_SDRAM is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -274,7 +274,7 @@ CONFIG_BOOT_RUNFROMFLASH=y
|
|||||||
# Boot Memory Configuration
|
# Boot Memory Configuration
|
||||||
#
|
#
|
||||||
CONFIG_RAM_START=0x10000000
|
CONFIG_RAM_START=0x10000000
|
||||||
CONFIG_RAM_SIZE=65536
|
CONFIG_RAM_SIZE=32768
|
||||||
# CONFIG_ARCH_HAVE_SDRAM is not set
|
# CONFIG_ARCH_HAVE_SDRAM is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -297,7 +297,7 @@ CONFIG_BOOT_RUNFROMFLASH=y
|
|||||||
# Boot Memory Configuration
|
# Boot Memory Configuration
|
||||||
#
|
#
|
||||||
CONFIG_RAM_START=0x10000000
|
CONFIG_RAM_START=0x10000000
|
||||||
CONFIG_RAM_SIZE=65536
|
CONFIG_RAM_SIZE=32768
|
||||||
# CONFIG_ARCH_HAVE_SDRAM is not set
|
# CONFIG_ARCH_HAVE_SDRAM is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user