From 7cee1dfdf6d686a48cd9309ea0e55e2a4b3d2fc4 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Tue, 4 Jan 2011 17:48:51 -0600 Subject: powerpc/86xx: Convert SBC8641 to use common SRIO init code Signed-off-by: Kumar Gala Tested-by: Paul Gortmaker --- board/sbc8641d/law.c | 1 - 1 file changed, 1 deletion(-) (limited to 'board/sbc8641d') diff --git a/board/sbc8641d/law.c b/board/sbc8641d/law.c index a6f60eeb6e..14259d6a10 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); -- cgit v1.2.3