Update LM FLASH definitions for LM4F120. From Vinti

This commit is contained in:
Gregory Nutt 2013-06-29 07:02:56 -06:00
parent 8ba8ad39f9
commit f01a1517df

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