summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-10-30 14:29:09 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-10-31 07:49:45 +0100
commite08b0b917c6ef24945da7c395f1410e86b966dcb (patch)
tree4c020b7971cad131d088b873dfea88c86cc3c32e /c/src/lib/libcpu/powerpc
parentlibnetworking: Fix the sethostname decl to match newlib. (diff)
downloadrtems-e08b0b917c6ef24945da7c395f1410e86b966dcb.tar.bz2
bsp/mpc55xxevb: Fix flash settings for MPC5510
Diffstat (limited to 'c/src/lib/libcpu/powerpc')
-rw-r--r--c/src/lib/libcpu/powerpc/mpc55xx/include/reg-defs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/lib/libcpu/powerpc/mpc55xx/include/reg-defs.h b/c/src/lib/libcpu/powerpc/mpc55xx/include/reg-defs.h
index 977e1be5f4..2d66f6a8d0 100644
--- a/c/src/lib/libcpu/powerpc/mpc55xx/include/reg-defs.h
+++ b/c/src/lib/libcpu/powerpc/mpc55xx/include/reg-defs.h
@@ -7,7 +7,7 @@
*/
/*
- * Copyright (c) 2008-2011 embedded brains GmbH. All rights reserved.
+ * Copyright (c) 2008-2014 embedded brains GmbH. All rights reserved.
*
* embedded brains GmbH
* Obere Lagerstr. 30
@@ -51,6 +51,7 @@
#define FLASH_BUICR_CPU_PREFTCH 0x00010000
/* Fields for APC (access pipelining control bits [16:18]) */
+#define FLASH_BUICR_APC_0 0x00000000
#define FLASH_BUICR_APC_1 0x00002000
#define FLASH_BUICR_APC_2 0x00004000
#define FLASH_BUICR_APC_3 0x00006000