mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-01 17:00:36 +00:00
This file is no longer AT91RM9200 specific, but now is generic to all
Atmel AT91 SoC's we support. Rename to reflect that.
This commit is contained in:
parent
1c882be4bc
commit
bc52deb7a9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=238404
@ -22,7 +22,7 @@ arm/at91/at91_wdt.c optional at91_wdt
|
||||
arm/at91/if_ate.c optional ate
|
||||
arm/at91/if_macb.c optional macb
|
||||
arm/at91/uart_bus_at91usart.c optional uart
|
||||
arm/at91/uart_cpu_at91rm9200usart.c optional uart
|
||||
arm/at91/uart_cpu_at91usart.c optional uart
|
||||
arm/at91/uart_dev_at91usart.c optional uart
|
||||
#
|
||||
# All the "systems on a chip" we support
|
||||
|
@ -43,7 +43,6 @@ __FBSDID("$FreeBSD$");
|
||||
#include <dev/uart/uart_bus.h>
|
||||
#include <dev/uart/uart_cpu.h>
|
||||
|
||||
#include <arm/at91/at91rm92reg.h>
|
||||
#include <arm/at91/at91var.h>
|
||||
|
||||
bus_space_tag_t uart_bus_space_io;
|
Loading…
Reference in New Issue
Block a user