aboutsummaryrefslogtreecommitdiff
path: root/board/sbc8641d
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2011-01-04 17:48:51 -0600
committerKumar Gala <galak@kernel.crashing.org>2011-01-14 01:32:21 -0600
commit7cee1dfdf6d686a48cd9309ea0e55e2a4b3d2fc4 (patch)
treec7bdd73c5054cc7738c8943f1e3676f0cc2fbbae /board/sbc8641d
parent1b77ca8afaca8657a59a9d3ac39c3375c946365c (diff)
powerpc/86xx: Convert SBC8641 to use common SRIO init code
Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Tested-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'board/sbc8641d')
-rw-r--r--board/sbc8641d/law.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/sbc8641d/law.c b/board/sbc8641d/law.c
index a6f60eeb6..14259d6a1 100644
--- a/board/sbc8641d/law.c
+++ b/board/sbc8641d/law.c
@@ -51,7 +51,6 @@ struct law_entry law_table[] = {
#endif
SET_LAW(0xf8000000, LAW_SIZE_2M, LAW_TRGT_IF_LBC),
SET_LAW(0xfe000000, LAW_SIZE_32M, LAW_TRGT_IF_LBC),
- SET_LAW(CONFIG_SYS_RIO_MEM_PHYS, LAW_SIZE_512M, LAW_TRGT_IF_RIO)
};
int num_law_entries = ARRAY_SIZE(law_table);