2 * U-boot - main board file
4 * Copyright (c) 2008-2010 Analog Devices Inc.
6 * Licensed under the GPL-2 or later.
10 #include <asm/blackfin.h>
14 printf("Board: ADI BF506F EZ-Kit board\n");
15 printf(" Support: http://blackfin.uclinux.org/\n");
19 int board_early_init_f(void)
21 bfin_write_EBIU_MODE(1);
23 bfin_write_FLASH_CONTROL_CLEAR(1);
25 bfin_write_FLASH_CONTROL_SET(1);