mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-30 16:39:35 +00:00
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>
This commit is contained in:
parent
2151374fa6
commit
22f45ce48a
2 changed files with 4 additions and 4 deletions
|
@ -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 */
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue