From 44d80256229d05862622f4dd886466fd70fe04ae Mon Sep 17 00:00:00 2001 From: Daniel Gorsulowski Date: Mon, 25 Jan 2010 10:50:41 +0100 Subject: at91: Add esd gmbh OTC570 board support This patch adds support for esd gmbh OTC570 board. The OTC570 is based on an Atmel AT91SAM9263 SoC. Signed-off-by: Daniel Gorsulowski --- board/esd/otc570/config.mk | 1 + 1 file changed, 1 insertion(+) create mode 100644 board/esd/otc570/config.mk (limited to 'board/esd/otc570/config.mk') diff --git a/board/esd/otc570/config.mk b/board/esd/otc570/config.mk new file mode 100644 index 0000000000..ff2cfd170b --- /dev/null +++ b/board/esd/otc570/config.mk @@ -0,0 +1 @@ +TEXT_BASE = 0x23f00000 -- cgit