summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/lpc24xx/include/start-config.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-06-15 13:44:08 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-06-15 15:59:36 +0200
commita94bcc5a3e0108b81c298c3ced91861f38bf9b39 (patch)
treeb1592e3019ad8d4e26477cb94a9cebded686e30a /c/src/lib/libbsp/arm/lpc24xx/include/start-config.h
parentbsp/lpc24xx: Fix timing for M29W320E70 (diff)
downloadrtems-a94bcc5a3e0108b81c298c3ced91861f38bf9b39.tar.bz2
bsp/lpc24xx: More flexible region configuration
Diffstat (limited to 'c/src/lib/libbsp/arm/lpc24xx/include/start-config.h')
-rw-r--r--c/src/lib/libbsp/arm/lpc24xx/include/start-config.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/arm/lpc24xx/include/start-config.h b/c/src/lib/libbsp/arm/lpc24xx/include/start-config.h
index 648fa13a31..9d6173f741 100644
--- a/c/src/lib/libbsp/arm/lpc24xx/include/start-config.h
+++ b/c/src/lib/libbsp/arm/lpc24xx/include/start-config.h
@@ -105,7 +105,10 @@ extern BSP_START_DATA_SECTION const size_t
lpc24xx_start_config_emc_static_chip_count;
extern BSP_START_DATA_SECTION const ARMV7M_MPU_Region
- lpc24xx_start_config_mpu_regions [LPC24XX_MPU_REGION_COUNT];
+ lpc24xx_start_config_mpu_region [];
+
+extern BSP_START_DATA_SECTION const size_t
+ lpc24xx_start_config_mpu_region_count;
#ifdef __cplusplus
}