diff options
author | Becky Bruce | 2009-02-03 18:10:54 -0600 |
---|---|---|
committer | Wolfgang Denk | 2009-02-10 00:31:02 +0100 |
commit | d591a80e74091e7a0658d165721e6c7de2ef0bcd (patch) | |
tree | 08a324f72485d593ffecc027541d5890ec56e4ae | |
parent | 49f46f3bf08aaf7b1db131a1082f1e603bb7a94b (diff) |
MPC8641HPCN: Enable CONFIG_ADDR_MAP
Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
-rw-r--r-- | include/configs/MPC8641HPCN.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/MPC8641HPCN.h b/include/configs/MPC8641HPCN.h index ce94b7a34b4..84708c4052e 100644 --- a/include/configs/MPC8641HPCN.h +++ b/include/configs/MPC8641HPCN.h @@ -39,6 +39,7 @@ #define CONFIG_NUM_CPUS 2 /* Number of CPUs in the system */ #define CONFIG_LINUX_RESET_VEC 0x100 /* Reset vector used by Linux */ /*#define CONFIG_PHYS_64BIT 1*/ /* Place devices in 36-bit space */ +#define CONFIG_ADDR_MAP 1 /* Use addr map */ #ifdef RUN_DIAG #define CONFIG_SYS_DIAG_ADDR CONFIG_SYS_FLASH_BASE @@ -70,6 +71,7 @@ #define CONFIG_ENV_OVERWRITE #define CONFIG_HIGH_BATS 1 /* High BATs supported and enabled */ +#define CONFIG_SYS_NUM_ADDR_MAP 8 /* Number of addr map slots = 8 dbats */ #define CONFIG_ALTIVEC 1 |