diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-01-27 15:06:14 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-28 09:33:10 -0500 |
commit | c42f3ad7f1bf17f31c3febdc71034ed6d793d40f (patch) | |
tree | 5a56c44717cf8fe4a5f402370506e5fbb78368e4 /include/asm-ppc/cpm2.h | |
parent | 3155f7f23f7865e64f7eb14e226a2dff8197e51f (diff) |
[PPC] Remove 85xx from arch/ppc
85xx exists in arch/powerpc as well as cuImage support to boot from
a u-boot that doesn't support device trees.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/asm-ppc/cpm2.h')
-rw-r--r-- | include/asm-ppc/cpm2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc/cpm2.h b/include/asm-ppc/cpm2.h index 12a2860f9a9c..4c538228e42f 100644 --- a/include/asm-ppc/cpm2.h +++ b/include/asm-ppc/cpm2.h | |||
@@ -90,7 +90,7 @@ | |||
90 | */ | 90 | */ |
91 | #define CPM_DATAONLY_BASE ((uint)128) | 91 | #define CPM_DATAONLY_BASE ((uint)128) |
92 | #define CPM_DP_NOSPACE ((uint)0x7fffffff) | 92 | #define CPM_DP_NOSPACE ((uint)0x7fffffff) |
93 | #if defined(CONFIG_8272) || defined(CONFIG_MPC8555) | 93 | #if defined(CONFIG_8272) |
94 | #define CPM_DATAONLY_SIZE ((uint)(8 * 1024) - CPM_DATAONLY_BASE) | 94 | #define CPM_DATAONLY_SIZE ((uint)(8 * 1024) - CPM_DATAONLY_BASE) |
95 | #define CPM_FCC_SPECIAL_BASE ((uint)0x00009000) | 95 | #define CPM_FCC_SPECIAL_BASE ((uint)0x00009000) |
96 | #else | 96 | #else |