diff options
author | Asen Dimov <dimov@ronetix.at> | 2010-04-20 22:49:04 +0300 |
---|---|---|
committer | Tom <Tom@bumblecow.com> | 2010-06-06 08:36:28 -0500 |
commit | b5d289fc29842095d5cd0f82cceab1b0b2e824ba (patch) | |
tree | 178776fbea02a20d3dc7b2cff44060fdaf89f07b /board/ronetix/pm9g45/config.mk | |
parent | 409a07c9d72b0d833c1cce264bdb4bb2628fe28e (diff) | |
download | u-boot-imx-b5d289fc29842095d5cd0f82cceab1b0b2e824ba.zip u-boot-imx-b5d289fc29842095d5cd0f82cceab1b0b2e824ba.tar.gz u-boot-imx-b5d289fc29842095d5cd0f82cceab1b0b2e824ba.tar.bz2 |
add new board pm9g45
Add the new board PM9G45 from Ronetix GmbH.
* AT91SAM9G45 MCU at 400Mhz.
* 128MB DDR2 SDRAM
* 256MB NAND
* 10/100 MBits Ethernet DP83848
* Serial number chip DS2401
The board is made as SODIMM200 module.
For more info www.ronatix.at or info@ronetix.at.
Signed-off-by: Asen Dimov <dimov@ronetix.at>
Diffstat (limited to 'board/ronetix/pm9g45/config.mk')
-rw-r--r-- | board/ronetix/pm9g45/config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/ronetix/pm9g45/config.mk b/board/ronetix/pm9g45/config.mk new file mode 100644 index 0000000..7fe9d03 --- /dev/null +++ b/board/ronetix/pm9g45/config.mk @@ -0,0 +1 @@ +TEXT_BASE = 0x73f00000 |