mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-23 07:31:27 +02:00
MPC8641HPCN: Enable CONFIG_ADDR_MAP
Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
This commit is contained in:
parent
49f46f3bf0
commit
d591a80e74
@ -39,6 +39,7 @@
|
|||||||
#define CONFIG_NUM_CPUS 2 /* Number of CPUs in the system */
|
#define CONFIG_NUM_CPUS 2 /* Number of CPUs in the system */
|
||||||
#define CONFIG_LINUX_RESET_VEC 0x100 /* Reset vector used by Linux */
|
#define CONFIG_LINUX_RESET_VEC 0x100 /* Reset vector used by Linux */
|
||||||
/*#define CONFIG_PHYS_64BIT 1*/ /* Place devices in 36-bit space */
|
/*#define CONFIG_PHYS_64BIT 1*/ /* Place devices in 36-bit space */
|
||||||
|
#define CONFIG_ADDR_MAP 1 /* Use addr map */
|
||||||
|
|
||||||
#ifdef RUN_DIAG
|
#ifdef RUN_DIAG
|
||||||
#define CONFIG_SYS_DIAG_ADDR CONFIG_SYS_FLASH_BASE
|
#define CONFIG_SYS_DIAG_ADDR CONFIG_SYS_FLASH_BASE
|
||||||
@ -70,6 +71,7 @@
|
|||||||
#define CONFIG_ENV_OVERWRITE
|
#define CONFIG_ENV_OVERWRITE
|
||||||
|
|
||||||
#define CONFIG_HIGH_BATS 1 /* High BATs supported and enabled */
|
#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
|
#define CONFIG_ALTIVEC 1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user