diff options
| author | Daniel Schwierzeck <daniel.schwierzeck@googlemail.com> | 2011-11-24 03:57:56 +0000 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2011-12-09 10:53:37 +0100 | 
| commit | 92b09095b6ba359a9fe3e398baa28e02c9878c47 (patch) | |
| tree | 42a876a46d69ce71cfed72303bc1f3920bea71b9 | |
| parent | e6d55d2d9d0f43ace5e8cbc8de931eeae957e03c (diff) | |
| download | olio-uboot-2014.01-92b09095b6ba359a9fe3e398baa28e02c9878c47.tar.xz olio-uboot-2014.01-92b09095b6ba359a9fe3e398baa28e02c9878c47.zip | |
MIPS: MAKEALL: fix lists for MIPSel and MIPS boards
Build dbau1550_el only in LIST_au1xx0_el and LIST_mips_el.
Also remove obsolete lists for mips5kc.
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com>
Cc: Thomas Lange <thomas@corelatus.se>
| -rwxr-xr-x | MAKEALL | 11 | 
1 files changed, 2 insertions, 9 deletions
| @@ -383,14 +383,11 @@ LIST_mips4kc="		\  	vct_premium_onenand_small	\  " -LIST_mips5kc="" -  LIST_au1xx0="		\  	dbau1000	\  	dbau1100	\  	dbau1500	\  	dbau1550	\ -	dbau1550_el	\  	gth2		\  " @@ -404,20 +401,16 @@ LIST_mips="		\  ## MIPS Systems		(little endian)  ######################################################################### -LIST_mips4kc_el="	\ +LIST_xburst_el="	\  	qi_lb60		\  " -LIST_mips5kc_el="" -  LIST_au1xx0_el="	\  	dbau1550_el	\  	pb1000		\  " -  LIST_mips_el="			\ -	${LIST_mips4kc_el}	\ -	${LIST_mips5kc_el}	\ +	${LIST_xburst_el}	\  	${LIST_au1xx0_el}	\  " |