Add support for AT91SAM9G45EK (SAM9M10G45EK with AT91SAM9G45 chip)
authorUlf Samuelsson <ulf.samuelsson@atmel.com>
Fri, 15 Jan 2010 19:43:16 +0000 (20:43 +0100)
committerUlf Samuelsson <ulf.samuelsson@atmel.com>
Fri, 15 Jan 2010 19:43:16 +0000 (20:43 +0100)
commit9e6dafe9e3fb2707a10e2416ade1a86cd942b2a3
tree3cb69db0ee80b8c76ee7f57f0c90ed170afe91b7
parent71e458d4256f4041cc10d085e5a53c0934dc2bb1
Add support for AT91SAM9G45EK (SAM9M10G45EK with AT91SAM9G45 chip)

Split up into three files to allow easier maintenance of AT91 boards.

machine/<board>.conf
machine/include/AT91.inc
machine/include/AT91-LCD.inc

A machine with an LCD controller would normally include "AT91-LCD.inc"
A machine without an LCD controller would include "AT91.inc"

Signed-off-by: Ulf Samuelsson <ulf.samuelsson@atmel.com>
---
conf/machine/at91sam9g45ek.conf [new file with mode: 0644]
conf/machine/include/AT91-LCD.inc [new file with mode: 0644]
conf/machine/include/AT91.inc [new file with mode: 0644]