From f314313494f50aae7b5f75764d67c9f02c84c4df Mon Sep 17 00:00:00 2001 From: Heiko Schocher Date: Sun, 3 Apr 2011 20:10:22 +0000 Subject: mpc52xx, digsy_mtc: protect default flash sectors call flash_protect_default() to protect default sectors. Signed-off-by: Heiko Schocher --- board/digsy_mtc/digsy_mtc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'board/digsy_mtc') diff --git a/board/digsy_mtc/digsy_mtc.c b/board/digsy_mtc/digsy_mtc.c index 79cb3f1343..9f13a3d107 100644 --- a/board/digsy_mtc/digsy_mtc.c +++ b/board/digsy_mtc/digsy_mtc.c @@ -42,6 +42,7 @@ #if defined(CONFIG_DIGSY_REV5) #include "is45s16800a2.h" #include +#include #else #include "is42s16800a-7t.h" #endif @@ -398,6 +399,7 @@ int update_flash_size (int flash_size) size += flash_get_size(base, i); } } + flash_protect_default(); gd->bd->bi_flashstart = base; return 0; } -- cgit v1.2.1