diff options
| author | Kumar Gala <[email protected]> | 2011-01-04 17:48:51 -0600 |
|---|---|---|
| committer | Kumar Gala <[email protected]> | 2011-01-14 01:32:21 -0600 |
| commit | 7cee1dfdf6d686a48cd9309ea0e55e2a4b3d2fc4 (patch) | |
| tree | c7bdd73c5054cc7738c8943f1e3676f0cc2fbbae /board | |
| parent | 1b77ca8afaca8657a59a9d3ac39c3375c946365c (diff) | |
powerpc/86xx: Convert SBC8641 to use common SRIO init code
Signed-off-by: Kumar Gala <[email protected]>
Tested-by: Paul Gortmaker <[email protected]>
Diffstat (limited to 'board')
| -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 a6f60eeb6e0..14259d6a10e 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); |
