aboutsummaryrefslogtreecommitdiff
path: root/doc/README.at91-soc
diff options
context:
space:
mode:
authorAndreas Bießmann <andreas.devel@googlemail.com>2011-07-18 09:41:06 +0000
committerU-Boot <uboot@aari01-12.(none)>2011-08-03 13:00:55 +0200
commit15d93d7c06a7152e8709b70cdd6ff7ddefba0c0b (patch)
tree67fbceb231cf8d6eaa603b78d49d4026ba344064 /doc/README.at91-soc
parent8312af9f9093b11062d8264bae1c499b513f8be7 (diff)
README.at91-soc: remove AT91(RM9200) joining notice
Since all currently supported at91rm9200 boards are migrated to at91 support the joining notice can be removed. Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'doc/README.at91-soc')
-rw-r--r--doc/README.at91-soc22
1 files changed, 0 insertions, 22 deletions
diff --git a/doc/README.at91-soc b/doc/README.at91-soc
index 425fc588f..ed6e76a38 100644
--- a/doc/README.at91-soc
+++ b/doc/README.at91-soc
@@ -40,25 +40,3 @@ The method for updating
4. Convert arch, driver and boards file to new SoC
5. remove legacy code, if all boards and drives are ready
- Join AT91 and AT91RM9200 SoC
-==============================
-
-Approximately 95 percent of AT91 and AT91RM9200 SoC parts are the same.
-So, we should use the chance, to join both archs togetter.
-
-To do this follow step needed:
-
-1. change Makefile
- @$(MKCONFIG) $(@:_config=) arm arm920t board vendor at91rm9200
- to
- @$(MKCONFIG) $(@:_config=) arm arm920t board vendor at91
-2. remove CONFIG_AT91_LEGACY in board config
-3. convert boards file to new SoC access
-4. convert or change drivers
-
-To support the joining process, a new SoC dir (at91) has been adding to
-arm920t arch directory. This directory contains files like at91rm9200 dir, but
-uses the new c structure Soc access. The advantage of this is, we don't merge
-old Soc access code and new code while the board are not converted.
-Finally we can delete the whole at91rm9200 dir, if all board support the
-new AT91-SoC access.