From 22f45ce48a53b19da2347efa9fc33c3ff6a06bf6 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 10 May 2011 16:48:36 -0400 Subject: Blackfin: bf537-stamp/bf548-ezkit: update POST flash block range Update the define names for the new common code, and improve the range used on the bf548-ezkit. Signed-off-by: Mike Frysinger --- include/configs/bf548-ezkit.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/configs/bf548-ezkit.h') diff --git a/include/configs/bf548-ezkit.h b/include/configs/bf548-ezkit.h index ae27a97..4862baa 100644 --- a/include/configs/bf548-ezkit.h +++ b/include/configs/bf548-ezkit.h @@ -203,8 +203,8 @@ GPIO_PB8, GPIO_PB9, GPIO_PB10, GPIO_PB11 #define CONFIG_POST_BSPEC2_GPIO_NAMES \ 13, 12, 11, 10, -#define FLASH_START_POST_BLOCK 11 /* Should > = 11 */ -#define FLASH_END_POST_BLOCK 71 /* Should < = 71 */ +#define CONFIG_SYS_POST_FLASH_START 10 +#define CONFIG_SYS_POST_FLASH_END 127 #endif -- cgit v1.1