summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Rigby <jcrigby@gmail.com>2010-01-25 23:12:58 -0700
committerTom Rix <Tom.Rix@windriver.com>2010-03-07 12:36:36 -0600
commit6895d4510a7758595b85b48a7f449bd61dfc812f (patch)
tree7b3423467a075bb68e78eee05c59034cd30f542a /Makefile
parent740d6ae5b982496fcea0666b2207cb34cc0e6015 (diff)
downloadblackbird-obmc-uboot-6895d4510a7758595b85b48a7f449bd61dfc812f.tar.gz
blackbird-obmc-uboot-6895d4510a7758595b85b48a7f449bd61dfc812f.zip
Add support for KARO TX25 board
This is an i.MX25 base board with only NAND so it uses nand_spl to boot. Signed-off-by: John Rigby <jcrigby@gmail.com> Tune configuration, add support for (redundant) environment in NAND. Signed-off-by: Wolfgang Denk <wd@denx.de> Acked-by: Wolfgang Denk <wd@denx.de> CC: Fred Fan <fanyefeng@gmail.com> CC: Tom <Tom.Rix@windriver.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ca399db0f3..bd0151f5d0 100644
--- a/Makefile
+++ b/Makefile
@@ -3100,6 +3100,10 @@ trab_old_config: unconfig
}
@$(MKCONFIG) -a $(call xtract_trab,$@) arm arm920t trab NULL s3c24x0
+tx25_config : unconfig
+ @$(MKCONFIG) $(@:_config=) arm arm926ejs tx25 karo mx25
+ @echo "CONFIG_NAND_U_BOOT = y" >> $(obj)include/config.mk
+
VCMA9_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm920t vcma9 mpl s3c24x0
OpenPOWER on IntegriCloud