Skip to content

Commit

Permalink
Merge branch 'master' of git://git.denx.de/u-boot-blackfin
Browse files Browse the repository at this point in the history
  • Loading branch information
wdenx committed Oct 26, 2010
2 parents 7ad1a5f + 58d7570 commit 9685951
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 11 deletions.
4 changes: 1 addition & 3 deletions MAKEALL
Original file line number Diff line number Diff line change
Expand Up @@ -599,9 +599,7 @@ LIST_avr32="$(boards_by_arch avr32)"
## Blackfin Systems
#########################################################################

LIST_blackfin="$(boards_by_arch blackfin)
bf527-ezkit-v2
"
LIST_blackfin="$(boards_by_arch blackfin)"

#########################################################################
## SH Systems
Expand Down
8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1176,14 +1176,6 @@ NIOS2_GENERIC = nios2-generic
$(NIOS2_GENERIC:%=%_config) : unconfig
@$(MKCONFIG) $@ nios2 nios2 nios2-generic altera

#========================================================================
# Blackfin
#========================================================================

bf527-ezkit-v2_config : unconfig
@$(MKCONFIG) -t BF527_EZKIT_REV_2_1 \
bf527-ezkit blackfin blackfin bf527-ezkit

#########################################################################
#########################################################################

Expand Down
1 change: 1 addition & 0 deletions boards.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ bct-brettl2 blackfin blackfin
bf518f-ezbrd blackfin blackfin
bf526-ezbrd blackfin blackfin
bf527-ezkit blackfin blackfin
bf527-ezkit-v2 blackfin blackfin bf527-ezkit - - bf527-ezkit:BF527_EZKIT_REV_2_1
bf527-sdp blackfin blackfin
bf533-ezkit blackfin blackfin
bf533-stamp blackfin blackfin
Expand Down
1 change: 1 addition & 0 deletions include/configs/bf548-ezkit.h
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@
* Misc Settings
*/
#define CONFIG_BOARD_EARLY_INIT_F
#define CONFIG_BOARD_SIZE_LIMIT $$(( 512 * 1024 ))
#define CONFIG_RTC_BFIN
#define CONFIG_UART_CONSOLE 1
#define CONFIG_BFIN_SPI_IMG_SIZE 0x50000
Expand Down
3 changes: 3 additions & 0 deletions include/configs/bfin_adi_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,9 @@
/*
* Misc Settings
*/
#ifndef CONFIG_BOARD_SIZE_LIMIT
# define CONFIG_BOARD_SIZE_LIMIT $$(( 256 * 1024 ))
#endif
#define CONFIG_BFIN_SPI_GPIO_CS /* Only matters if BFIN_SPI is enabled */
#define CONFIG_LZMA

Expand Down

0 comments on commit 9685951

Please sign in to comment.