diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2011-01-04 17:48:51 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-01-14 01:32:21 -0600 |
commit | 7cee1dfdf6d686a48cd9309ea0e55e2a4b3d2fc4 (patch) | |
tree | c7bdd73c5054cc7738c8943f1e3676f0cc2fbbae /board/sbc8641d | |
parent | 1b77ca8afaca8657a59a9d3ac39c3375c946365c (diff) | |
download | u-boot-imx-7cee1dfdf6d686a48cd9309ea0e55e2a4b3d2fc4.zip u-boot-imx-7cee1dfdf6d686a48cd9309ea0e55e2a4b3d2fc4.tar.gz u-boot-imx-7cee1dfdf6d686a48cd9309ea0e55e2a4b3d2fc4.tar.bz2 |
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.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/sbc8641d/law.c b/board/sbc8641d/law.c index a6f60ee..14259d6 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); |