diff options
author | Gary Jennejohn <garyj@pollux.denx.de> | 2007-01-24 12:16:56 +0100 |
---|---|---|
committer | Gary Jennejohn <garyj@pollux.denx.de> | 2007-01-24 12:16:56 +0100 |
commit | 6bd2447ee47ee23c18d2b3c7ccd5a20f7626f5b3 (patch) | |
tree | b002914fc995346cb06a8f79dbb100c5e9164cd6 /Makefile | |
parent | b78bb469f536b357ee21c54f40201dbe4b201ac3 (diff) | |
download | u-boot-imx-6bd2447ee47ee23c18d2b3c7ccd5a20f7626f5b3.zip u-boot-imx-6bd2447ee47ee23c18d2b3c7ccd5a20f7626f5b3.tar.gz u-boot-imx-6bd2447ee47ee23c18d2b3c7ccd5a20f7626f5b3.tar.bz2 |
Add port for the lpc2292sodimm evaluation board from EmbeddedArtists
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2029,6 +2029,9 @@ modnet50_config : unconfig evb4510_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm720t evb4510 +lpc2292sodimm_config: unconfig + @$(MKCONFIG) $(@:_config=) arm arm720t lpc2292sodimm + ######################################################################### ## XScale Systems ######################################################################### |