summaryrefslogtreecommitdiff
path: root/board/gardena/smart-gateway-at91sam/spl.c
AgeCommit message (Collapse)AuthorFilesLines
2019-04-09arm: at91: Add gardena-gateway-at91sam supportStefan Roese1-0/+135
The GARDENA smart Gateway boards are equipped with an Atmel / Microchip AT91SAM9G25 SoC and with 128 MiB of RAM and 256 MiB of NAND storage. This patch adds support for this board including SPL support. Therefore the AT91Boostrap is not needed on this platform any more. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Heiko Schocher <hs@denx.de> Cc: Andreas Bießmann <andreas@biessmann.org> Cc: Eugen Hristev <eugen.hristev@microchip.com> Reviewed-by: Heiko Schocher <hs@denx.de>