diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-07-21 11:31:42 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-07-21 11:31:42 +0200 |
commit | 32cb2c70c46c2be977215eb33aea049add647c09 (patch) | |
tree | 5dbf2b388b95cf1c55c235361ab70ae814059c8f /Makefile | |
parent | e644670b68d652cec98f649a776ea44d725a45ad (diff) | |
download | u-boot-imx-32cb2c70c46c2be977215eb33aea049add647c09.zip u-boot-imx-32cb2c70c46c2be977215eb33aea049add647c09.tar.gz u-boot-imx-32cb2c70c46c2be977215eb33aea049add647c09.tar.bz2 |
Add support for friendly-arm SBC-2410X board
Patch by JinHua Luo, 01 Sep 2005
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1623,6 +1623,9 @@ omap730p2_cs3boot_config : unconfig fi; @./mkconfig -a $(call xtract_omap730p2,$@) arm arm926ejs omap730p2 NULL omap +sbc2410x_config: unconfig + @./mkconfig $(@:_config=) arm arm920t sbc2410x NULL s3c24x0 + scb9328_config : unconfig @./mkconfig $(@:_config=) arm arm920t scb9328 NULL imx |