]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Blackfin: bf537-stamp/bf548-ezkit: update POST flash block range
authorMike Frysinger <vapier@gentoo.org>
Tue, 10 May 2011 20:48:36 +0000 (16:48 -0400)
committerMike Frysinger <vapier@gentoo.org>
Thu, 29 Sep 2011 20:38:05 +0000 (16:38 -0400)
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>
include/configs/bf537-stamp.h
include/configs/bf548-ezkit.h

index 172268bcbbd8071bc2eab73397f5262b07349b3a..1a7273b1ec99eb980d3165688342c40ee4981fad 100644 (file)
        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 */
index ae27a977b009a3ee562943d22f5e8fad8f1b9213..4862baa39d5be3a1c60dead8b1bef0ac01b7c3aa 100644 (file)
        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