summaryrefslogtreecommitdiffstats
path: root/include/configs/bf537-stamp.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-05-10 16:48:36 -0400
committerMike Frysinger <vapier@gentoo.org>2011-09-29 16:38:05 -0400
commit22f45ce48a53b19da2347efa9fc33c3ff6a06bf6 (patch)
tree70300f7ef5c806d7ca08dec6bab3180430cbee66 /include/configs/bf537-stamp.h
parent2151374fa6556ec1027d1d0003b1e238a106cc63 (diff)
downloadblackbird-obmc-uboot-22f45ce48a53b19da2347efa9fc33c3ff6a06bf6.tar.gz
blackbird-obmc-uboot-22f45ce48a53b19da2347efa9fc33c3ff6a06bf6.zip
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 <vapier@gentoo.org>
Diffstat (limited to 'include/configs/bf537-stamp.h')
-rw-r--r--include/configs/bf537-stamp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/bf537-stamp.h b/include/configs/bf537-stamp.h
index 172268bcbb..1a7273b1ec 100644
--- a/include/configs/bf537-stamp.h
+++ b/include/configs/bf537-stamp.h
@@ -264,8 +264,8 @@
GPIO_PF5, GPIO_PF4, GPIO_PF3, GPIO_PF2,
#define CONFIG_POST_BSPEC2_GPIO_NAMES \
10, 11, 12, 13,
-#define FLASH_START_POST_BLOCK 11 /* Should > = 11 */
-#define FLASH_END_POST_BLOCK 71 /* Should < = 71 */
+#define CONFIG_SYS_POST_FLASH_START 11
+#define CONFIG_SYS_POST_FLASH_END 71
#endif
/* These are for board tests */
OpenPOWER on IntegriCloud