summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAsen Dimov <dimov@ronetix.at>2010-04-20 22:49:04 +0300
committerTom <Tom@bumblecow.com>2010-06-06 08:36:28 -0500
commitb5d289fc29842095d5cd0f82cceab1b0b2e824ba (patch)
tree178776fbea02a20d3dc7b2cff44060fdaf89f07b /Makefile
parent409a07c9d72b0d833c1cce264bdb4bb2628fe28e (diff)
downloadblackbird-obmc-uboot-b5d289fc29842095d5cd0f82cceab1b0b2e824ba.tar.gz
blackbird-obmc-uboot-b5d289fc29842095d5cd0f82cceab1b0b2e824ba.zip
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 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 686e6fbeb0..cbe7a79357 100644
--- a/Makefile
+++ b/Makefile
@@ -2873,6 +2873,10 @@ otc570_config : unconfig
pm9263_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm926ejs pm9263 ronetix at91
+pm9g45_config : unconfig
+ @mkdir -p $(obj)include
+ @$(MKCONFIG) -a pm9g45 arm arm926ejs pm9g45 ronetix at91
+
SBC35_A9G20_NANDFLASH_config \
SBC35_A9G20_EEPROM_config \
SBC35_A9G20_config : unconfig
OpenPOWER on IntegriCloud