diff options
author | Simon Kagstrom <[simon.kagstrom@netinsight.net]> | 2009-09-22 04:01:01 +0530 |
---|---|---|
committer | Tom Rix <Tom.Rix@windriver.com> | 2009-10-13 06:17:36 -0500 |
commit | e92daeb5c2050438402b87c7d614e8a13c294348 (patch) | |
tree | 0be91d376b8a7b0db01afa77384d32eeb83494fd /Makefile | |
parent | a62e78fc444c67f958be48891bef3dab0e9eb285 (diff) | |
download | u-boot-e92daeb5c2050438402b87c7d614e8a13c294348.zip u-boot-e92daeb5c2050438402b87c7d614e8a13c294348.tar.gz u-boot-e92daeb5c2050438402b87c7d614e8a13c294348.tar.bz2 |
Support for the OpenRD base board
The implementation is borrowed from the sheevaplug board and the Marvell
1.1.4 code. Unsupported (or untested) is the SD card, PCIe and SATA.
Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2990,6 +2990,9 @@ omap1610h2_cs_autoboot_config: unconfig omap5912osk_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm926ejs omap5912osk ti omap +openrd_base_config: unconfig + @$(MKCONFIG) $(@:_config=) arm arm926ejs $(@:_config=) Marvell kirkwood + xtract_omap730p2 = $(subst _cs0boot,,$(subst _cs3boot,, $(subst _config,,$1))) omap730p2_config \ |