diff options
author | Jens Scharsig <js_at_ng@scharsoft.de> | 2010-02-03 22:48:09 +0100 |
---|---|---|
committer | Tom Rix <Tom.Rix@windriver.com> | 2010-02-12 12:36:04 -0600 |
commit | 77e7273c40315abd2f3c17ad8d46a78950e3e65f (patch) | |
tree | b346ada9192cc909238412744d364e12e59d1726 /board/BuS/eb_cpux9k2/config.mk | |
parent | 6799a80f7644d78988187390dfd37352f20ad710 (diff) | |
download | u-boot-imx-77e7273c40315abd2f3c17ad8d46a78950e3e65f.zip u-boot-imx-77e7273c40315abd2f3c17ad8d46a78950e3e65f.tar.gz u-boot-imx-77e7273c40315abd2f3c17ad8d46a78950e3e65f.tar.bz2 |
new board (eb_cpux9k2)
* new board (eb_cpux9k2)
* support for EB+CPUx9K2 board by BuS Elektronik GmbH & Co. KG
* select via make eb_cpux9k2_config
* this also demonstrates, how to use boards with AT91RM9200 cpu
in at91 arch tree
Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
Diffstat (limited to 'board/BuS/eb_cpux9k2/config.mk')
-rw-r--r-- | board/BuS/eb_cpux9k2/config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/BuS/eb_cpux9k2/config.mk b/board/BuS/eb_cpux9k2/config.mk new file mode 100644 index 0000000..ff2cfd1 --- /dev/null +++ b/board/BuS/eb_cpux9k2/config.mk @@ -0,0 +1 @@ +TEXT_BASE = 0x23f00000 |