mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-29 18:41:30 +00:00
85xx: P1020RDB Support Added
Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
parent
3b1f243b8d
commit
bf488bc094
2 changed files with 6 additions and 0 deletions
1
MAKEALL
1
MAKEALL
|
@ -391,6 +391,7 @@ LIST_85xx=" \
|
|||
MPC8572DS_36BIT \
|
||||
P2020DS \
|
||||
P2020DS_36BIT \
|
||||
P1020RDB \
|
||||
P2020RDB \
|
||||
PM854 \
|
||||
PM856 \
|
||||
|
|
5
Makefile
5
Makefile
|
@ -2528,6 +2528,11 @@ P2020DS_config: unconfig
|
|||
fi
|
||||
@$(MKCONFIG) -a P2020DS ppc mpc85xx p2020ds freescale
|
||||
|
||||
P1020RDB_config: unconfig
|
||||
@mkdir -p $(obj)include
|
||||
@echo "#define CONFIG_P1020" >>$(obj)include/config.h ;
|
||||
@$(MKCONFIG) -a P1_P2_RDB ppc mpc85xx p1_p2_rdb freescale
|
||||
|
||||
P2020RDB_config: unconfig
|
||||
@mkdir -p $(obj)include
|
||||
@echo "#define CONFIG_P2020" >>$(obj)include/config.h ;
|
||||
|
|
Loading…
Add table
Reference in a new issue