diff options
| author | Stefano Babic <sbabic@denx.de> | 2011-11-17 23:16:14 +0000 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2011-11-29 15:43:41 +0100 | 
| commit | 34b57d26f0e691f905e148538fbc00c4c24efcca (patch) | |
| tree | c9f8c096f08608c1307e8ea59f061b265c6ebb66 | |
| parent | abdbd67cbcd58878860d83882b92228b9922484b (diff) | |
| download | olio-uboot-2014.01-34b57d26f0e691f905e148538fbc00c4c24efcca.tar.xz olio-uboot-2014.01-34b57d26f0e691f905e148538fbc00c4c24efcca.zip | |
MAKEALL: drop obsolete mx31pdk_nand target
The mx31pdk can boot only from NAND and the target was
already updated in boards.cfg. mx31pdk_nand is obsolete
and is dropped.
Signed-off-by: Stefano Babic <sbabic@denx.de>
| -rwxr-xr-x | MAKEALL | 1 | 
1 files changed, 0 insertions, 1 deletions
| @@ -316,7 +316,6 @@ LIST_ARM11="$(boards_by_cpu arm1136)	\  	imx31_phycore		\  	imx31_phycore_eet	\  	mx31pdk			\ -	mx31pdk_nand		\  	smdk6400		\  " |