summaryrefslogtreecommitdiff
path: root/nuttx/configs/lm3s8962-ek
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-16 08:29:39 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-16 08:29:39 -0600
commit191590e73957b470ec5323d712f4055e1e442cdb (patch)
tree42f9e92bd4f1f0a1161e653fbd173cc5a2e1d3cc /nuttx/configs/lm3s8962-ek
parent19b828c29a0ab876c85dbfed95689cba4c747bcf (diff)
downloadnuttx-191590e73957b470ec5323d712f4055e1e442cdb.tar.gz
nuttx-191590e73957b470ec5323d712f4055e1e442cdb.tar.bz2
nuttx-191590e73957b470ec5323d712f4055e1e442cdb.zip
Undefine IRQPRIO in all configurations it should not be set
Diffstat (limited to 'nuttx/configs/lm3s8962-ek')
-rw-r--r--nuttx/configs/lm3s8962-ek/README.txt4
-rw-r--r--nuttx/configs/lm3s8962-ek/nsh/defconfig2
-rw-r--r--nuttx/configs/lm3s8962-ek/nx/defconfig2
3 files changed, 2 insertions, 6 deletions
diff --git a/nuttx/configs/lm3s8962-ek/README.txt b/nuttx/configs/lm3s8962-ek/README.txt
index 022b8549f..1ef590575 100644
--- a/nuttx/configs/lm3s8962-ek/README.txt
+++ b/nuttx/configs/lm3s8962-ek/README.txt
@@ -371,10 +371,6 @@ Stellaris LM3S8962 Evaluation Kit Configuration Options
CONFIG_RAM_START=0x20000000
- CONFIG_ARCH_IRQPRIO - The LM3S8962 supports interrupt prioritization
-
- CONFIG_ARCH_IRQPRIO=y
-
CONFIG_ARCH_LEDS - Use LEDs to show state. Unique to boards that
have LEDs
diff --git a/nuttx/configs/lm3s8962-ek/nsh/defconfig b/nuttx/configs/lm3s8962-ek/nsh/defconfig
index f105c5ece..d245a5486 100644
--- a/nuttx/configs/lm3s8962-ek/nsh/defconfig
+++ b/nuttx/configs/lm3s8962-ek/nsh/defconfig
@@ -190,7 +190,7 @@ CONFIG_ARCH_HAVE_IRQPRIO=y
CONFIG_ARCH_HAVE_VFORK=y
# CONFIG_ARCH_HAVE_MMU is not set
# CONFIG_ARCH_NAND_HWECC is not set
-CONFIG_ARCH_IRQPRIO=y
+# CONFIG_ARCH_IRQPRIO is not set
CONFIG_ARCH_STACKDUMP=y
# CONFIG_ENDIAN_BIG is not set
# CONFIG_ARCH_IDLE_CUSTOM is not set
diff --git a/nuttx/configs/lm3s8962-ek/nx/defconfig b/nuttx/configs/lm3s8962-ek/nx/defconfig
index ef685e217..35ecb9cc4 100644
--- a/nuttx/configs/lm3s8962-ek/nx/defconfig
+++ b/nuttx/configs/lm3s8962-ek/nx/defconfig
@@ -175,7 +175,7 @@ CONFIG_ARCH_HAVE_IRQPRIO=y
CONFIG_ARCH_HAVE_VFORK=y
# CONFIG_ARCH_HAVE_MMU is not set
# CONFIG_ARCH_NAND_HWECC is not set
-CONFIG_ARCH_IRQPRIO=y
+# CONFIG_ARCH_IRQPRIO is not set
CONFIG_ARCH_STACKDUMP=y
# CONFIG_ENDIAN_BIG is not set
# CONFIG_ARCH_IDLE_CUSTOM is not set