Update LM FLASH definitions for LM4F120. From Vinti

This commit is contained in:
Gregory Nutt 2013-06-29 07:02:56 -06:00
parent 4db87105e9
commit 5c86557971

View File

@ -48,7 +48,7 @@
/* FLASH dimensions ****************************************************************/
#if defined(CONFIG_ARCH_CHIP_LM3S6965)
#if defined(CONFIG_ARCH_CHIP_LM3S6965) || defined(CONFIG_ARCH_CHIP_LM4F120)
# define LM_FLASH_NPAGES 256
# define LM_FLASH_PAGESIZE 1024
#else