summaryrefslogtreecommitdiffstats
path: root/include/configs/MPC8349ITX.h
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2008-09-23 09:38:49 -0500
committerKim Phillips <kim.phillips@freescale.com>2008-09-24 09:58:34 -0500
commit162c41c03179727a1d14262f703c9a8bc40231fa (patch)
tree7ff0e37a80e4589aae3d264fe8925f07ea93395a /include/configs/MPC8349ITX.h
parentd26154c9a692586b66eb6d1f8e1b67c75e40ea70 (diff)
downloadblackbird-obmc-uboot-162c41c03179727a1d14262f703c9a8bc40231fa.tar.gz
blackbird-obmc-uboot-162c41c03179727a1d14262f703c9a8bc40231fa.zip
mpc83xx: add h/w flash protection to board configs
the operating system may leave flash in a h/w locked state after writing. This allows u-boot to continue to write flash by enabling h/w unlocking by default. Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include/configs/MPC8349ITX.h')
-rw-r--r--include/configs/MPC8349ITX.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/MPC8349ITX.h b/include/configs/MPC8349ITX.h
index fa0c0a7150..81ea9f8cec 100644
--- a/include/configs/MPC8349ITX.h
+++ b/include/configs/MPC8349ITX.h
@@ -190,6 +190,7 @@ boards, we say we have two, but don't display a message if we find only one. */
#define CFG_FLASH_BANKS_LIST {CFG_FLASH_BASE, CFG_FLASH_BASE + 0x800000}
#define CFG_FLASH_SIZE 16 /* FLASH size in MB */
#define CFG_FLASH_SIZE_SHIFT 4 /* log2 of the above value */
+#define CFG_FLASH_PROTECTION 1 /* Use h/w Flash protection. */
/* Vitesse 7385 */
OpenPOWER on IntegriCloud