diff options
author | Guennadi Liakhovetski <lg@denx.de> | 2009-03-25 11:36:50 +0100 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-03-25 22:23:07 +0100 |
commit | 0c6926736effbb9a19047949b7e9b3e8feab7c46 (patch) | |
tree | 1ad5a02f11a764abe536fba2bfde9e60628bfc8e | |
parent | 917cfc70c18b74fa8a80189bdce8395199fa8360 (diff) |
ARM: Add the imx31_phycore_eet board to MAKEALL
Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
-rwxr-xr-x | MAKEALL | 19 |
1 files changed, 10 insertions, 9 deletions
@@ -539,15 +539,16 @@ LIST_ARM10=" \ ######################################################################### ## ARM11 Systems ######################################################################### -LIST_ARM11=" \ - cp1136 \ - omap2420h4 \ - apollon \ - imx31_litekit \ - imx31_phycore \ - mx31ads \ - qong \ - smdk6400 \ +LIST_ARM11=" \ + cp1136 \ + omap2420h4 \ + apollon \ + imx31_litekit \ + imx31_phycore \ + imx31_phycore_eet \ + mx31ads \ + qong \ + smdk6400 \ " ######################################################################### |