mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-20 22:21:41 +00:00
ARM: convert "apollon" board to use boards.cfg
Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: Kyungmin Park <kyungmin.park@samsung.com> Cc: Albert Aribaud <albert.u.boot@aribaud.net>
This commit is contained in:
parent
c27a816cae
commit
a276db28ca
4 changed files with 3 additions and 11 deletions
1
MAKEALL
1
MAKEALL
|
@ -317,7 +317,6 @@ LIST_ARM9="$(boards_by_cpu arm920t) \
|
|||
## ARM11 Systems
|
||||
#########################################################################
|
||||
LIST_ARM11="$(boards_by_cpu arm1136) \
|
||||
apollon \
|
||||
imx31_phycore \
|
||||
imx31_phycore_eet \
|
||||
mx31pdk \
|
||||
|
|
10
Makefile
10
Makefile
|
@ -715,16 +715,6 @@ scpu_config: unconfig
|
|||
fi
|
||||
@$(MKCONFIG) -n $@ -a pdnb3 arm ixp pdnb3 prodrive
|
||||
|
||||
#########################################################################
|
||||
## ARM1136 Systems
|
||||
#########################################################################
|
||||
|
||||
apollon_config : unconfig
|
||||
@mkdir -p $(obj)include
|
||||
@echo "#define CONFIG_ONENAND_U_BOOT" > $(obj)include/config.h
|
||||
@echo "CONFIG_ONENAND_U_BOOT = y" >> $(obj)include/config.mk
|
||||
@$(MKCONFIG) $@ arm arm1136 apollon - omap24xx
|
||||
|
||||
#########################################################################
|
||||
## ARM1176 Systems
|
||||
#########################################################################
|
||||
|
|
|
@ -45,6 +45,7 @@ tt01 arm arm1136 - hale
|
|||
imx31_litekit arm arm1136 - logicpd mx31
|
||||
flea3 arm arm1136 - CarMediaLab mx35
|
||||
mx35pdk arm arm1136 - freescale mx35
|
||||
apollon arm arm1136 apollon - omap24xx
|
||||
omap2420h4 arm arm1136 - ti omap24xx
|
||||
tnetv107x_evm arm arm1176 tnetv107xevm ti tnetv107x
|
||||
integratorap_cm720t arm arm720t integrator armltd - integratorap:CM720T
|
||||
|
|
|
@ -37,6 +37,8 @@
|
|||
#define CONFIG_APOLLON 1
|
||||
#define CONFIG_APOLLON_PLUS 1 /* If you have apollon plus 1.x */
|
||||
|
||||
#define CONFIG_ONENAND_U_BOOT y
|
||||
|
||||
/* Clock config to target*/
|
||||
#define PRCM_CONFIG_I 1
|
||||
/* #define PRCM_CONFIG_II 1 */
|
||||
|
|
Loading…
Add table
Reference in a new issue