diff options
-rw-r--r-- | sys/arm/at91/board_sam9g20ek.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arm/at91/board_sam9g20ek.c b/sys/arm/at91/board_sam9g20ek.c index a79a509..774c887 100644 --- a/sys/arm/at91/board_sam9g20ek.c +++ b/sys/arm/at91/board_sam9g20ek.c @@ -25,11 +25,7 @@ /* * This board file can be used for both: - * Atmel AT91SAM9260-B Development Card and - * Atmel AT91SAM9G20-EK Rev. B Development Card - * - * Since the AT91SAM9260 and AT91SAM9G20 have identical memory maps and - * pin configurations we can use the same file for both. + * Atmel SAM9G20-EK Development Card */ #include <sys/cdefs.h> |