diff options
author | Heiko Schocher <hs@denx.de> | 2010-03-05 07:36:33 +0100 |
---|---|---|
committer | trix <trix@windriver.com> | 2010-04-30 05:23:23 -0500 |
commit | bbe310922f4d0b12c8aba97b45ed979db9c0ec9a (patch) | |
tree | bdd6695288c3782fffa3c9a92d08930f247bb08d /Makefile | |
parent | 1e65c2beb5805f975cd5d0ab7d853040a716d51b (diff) | |
download | u-boot-imx-bbe310922f4d0b12c8aba97b45ed979db9c0ec9a.zip u-boot-imx-bbe310922f4d0b12c8aba97b45ed979db9c0ec9a.tar.gz u-boot-imx-bbe310922f4d0b12c8aba97b45ed979db9c0ec9a.tar.bz2 |
arm, i.mx27: add support for magnesium board from projectiondesign
This patch adds support for the magnesium board from
projectiondesign. This board uses i.MX27 SoC and has
8MB NOR flash, 128MB NAND flash, FEC ethernet controller
integrated into i.MX27. As this port is based on
the imx27lite port, common config options are collected
in include/configs/imx27lite-common.h
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2940,6 +2940,7 @@ davinci_dm365evm_config : unconfig davinci_dm6467evm_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm926ejs dm6467evm davinci davinci +magnesium_config \ imx27lite_config: unconfig @$(MKCONFIG) $(@:_config=) arm arm926ejs imx27lite logicpd mx27 |