mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
arm: Remove PXA architecture support
With the last platform for this architecture removed, remove the rest of the architecture support as well. Cc: Marek Vasut <marex@denx.de> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
fcf4fa71ab
commit
a457ebd786
42 changed files with 3 additions and 6417 deletions
|
@ -3,15 +3,6 @@
|
|||
How to port a serial driver to driver model
|
||||
===========================================
|
||||
|
||||
Almost all of the serial drivers have been converted as at January 2016. These
|
||||
ones remain:
|
||||
|
||||
* serial_bfin.c
|
||||
* serial_pxa.c
|
||||
|
||||
The deadline for this work was the end of January 2016. If no one steps
|
||||
forward to convert these, at some point there may come a patch to remove them!
|
||||
|
||||
Here is a suggested approach for converting your serial driver over to driver
|
||||
model. Please feel free to update this file with your ideas and suggestions.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue