diff options
author | Andreas Bießmann <andreas.devel@googlemail.com> | 2013-10-30 15:18:22 +0100 |
---|---|---|
committer | Andreas Bießmann <andreas.devel@googlemail.com> | 2013-11-13 22:17:57 +0100 |
commit | 58fd563ffb279b3a93d6ab332f14d041ac500bb9 (patch) | |
tree | 39d2ac052cf6c63bddc991294117971dfaca5d13 /doc | |
parent | 1bcdde249911e1a160dbd8016248fc28771da21f (diff) |
at91: remove all occourances of CONFIG_AT91_LEGACY
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.at91-soc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/README.at91-soc b/doc/README.at91-soc index bed035c88d2..ab3f7134222 100644 --- a/doc/README.at91-soc +++ b/doc/README.at91-soc @@ -39,3 +39,10 @@ The method for updating 3. add new structures for SoC access 4. Convert arch, driver and boards file to new SoC 5. remove legacy code, if all boards and drives are ready + +2013-10-30 Andreas Bießmann <andreas.devel@googlemail.com>: + +The goal is almost reached, we could remove the CONFIG_AT91_LEGACY switch but +remain the CONFIG_ATMEL_LEGACY switch until the GPIO disaster is fixed. The +AT91 spi driver has also some CONFIG_ATMEL_LEGACY stuff left, so another point +to fix until this README can be removed. |