diff options
Diffstat (limited to 'Documentation/arm')
-rw-r--r-- | Documentation/arm/Samsung/Overview.txt | 11 | ||||
-rwxr-xr-x | Documentation/arm/Samsung/clksrc-change-registers.awk | 1 |
2 files changed, 0 insertions, 12 deletions
diff --git a/Documentation/arm/Samsung/Overview.txt b/Documentation/arm/Samsung/Overview.txt index 658abb258cef..8f7309bad460 100644 --- a/Documentation/arm/Samsung/Overview.txt +++ b/Documentation/arm/Samsung/Overview.txt | |||
@@ -13,8 +13,6 @@ Introduction | |||
13 | 13 | ||
14 | - S3C24XX: See Documentation/arm/Samsung-S3C24XX/Overview.txt for full list | 14 | - S3C24XX: See Documentation/arm/Samsung-S3C24XX/Overview.txt for full list |
15 | - S3C64XX: S3C6400 and S3C6410 | 15 | - S3C64XX: S3C6400 and S3C6410 |
16 | - S5P6440 | ||
17 | - S5PC100 | ||
18 | - S5PC110 / S5PV210 | 16 | - S5PC110 / S5PV210 |
19 | 17 | ||
20 | 18 | ||
@@ -34,8 +32,6 @@ Configuration | |||
34 | A number of configurations are supplied, as there is no current way of | 32 | A number of configurations are supplied, as there is no current way of |
35 | unifying all the SoCs into one kernel. | 33 | unifying all the SoCs into one kernel. |
36 | 34 | ||
37 | s5p6440_defconfig - S5P6440 specific default configuration | ||
38 | s5pc100_defconfig - S5PC100 specific default configuration | ||
39 | s5pc110_defconfig - S5PC110 specific default configuration | 35 | s5pc110_defconfig - S5PC110 specific default configuration |
40 | s5pv210_defconfig - S5PV210 specific default configuration | 36 | s5pv210_defconfig - S5PV210 specific default configuration |
41 | 37 | ||
@@ -67,13 +63,6 @@ Layout changes | |||
67 | where to simplify the include and dependency issues involved with having | 63 | where to simplify the include and dependency issues involved with having |
68 | so many different platform directories. | 64 | so many different platform directories. |
69 | 65 | ||
70 | It was decided to remove plat-s5pc1xx as some of the support was already | ||
71 | in plat-s5p or plat-samsung, with the S5PC110 support added with S5PV210 | ||
72 | the only user was the S5PC100. The S5PC100 specific items where moved to | ||
73 | arch/arm/mach-s5pc100. | ||
74 | |||
75 | |||
76 | |||
77 | 66 | ||
78 | Port Contributors | 67 | Port Contributors |
79 | ----------------- | 68 | ----------------- |
diff --git a/Documentation/arm/Samsung/clksrc-change-registers.awk b/Documentation/arm/Samsung/clksrc-change-registers.awk index 0c50220851fb..d9174fabe37e 100755 --- a/Documentation/arm/Samsung/clksrc-change-registers.awk +++ b/Documentation/arm/Samsung/clksrc-change-registers.awk | |||
@@ -68,7 +68,6 @@ BEGIN { | |||
68 | 68 | ||
69 | while (getline line < ARGV[1] > 0) { | 69 | while (getline line < ARGV[1] > 0) { |
70 | if (line ~ /\#define.*_MASK/ && | 70 | if (line ~ /\#define.*_MASK/ && |
71 | !(line ~ /S5PC100_EPLL_MASK/) && | ||
72 | !(line ~ /USB_SIG_MASK/)) { | 71 | !(line ~ /USB_SIG_MASK/)) { |
73 | splitdefine(line, fields) | 72 | splitdefine(line, fields) |
74 | name = fields[0] | 73 | name = fields[0] |