diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2009-09-10 16:23:45 -0500 |
---|---|---|
committer | Tom Rix <Tom.Rix@windriver.com> | 2009-10-03 09:04:33 -0500 |
commit | 0a83c73c95d938278b2ae0fe88925558253b9195 (patch) | |
tree | 72267ab1fb6195922c7f6e39eaabab629bc933f2 /include | |
parent | 886fadd88aa7e207b15fc5ee34425d9d7992e314 (diff) | |
download | u-boot-imx-0a83c73c95d938278b2ae0fe88925558253b9195.zip u-boot-imx-0a83c73c95d938278b2ae0fe88925558253b9195.tar.gz u-boot-imx-0a83c73c95d938278b2ae0fe88925558253b9195.tar.bz2 |
ppc/85xx: Simplify the top makefile for 36-bit config for MPC8572DS
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/MPC8572DS.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/MPC8572DS.h b/include/configs/MPC8572DS.h index 55c1f29..000f8f6 100644 --- a/include/configs/MPC8572DS.h +++ b/include/configs/MPC8572DS.h @@ -27,6 +27,10 @@ #ifndef __CONFIG_H #define __CONFIG_H +#ifdef CONFIG_MK_36BIT +#define CONFIG_PHYS_64BIT +#endif + /* High Level Configuration Options */ #define CONFIG_BOOKE 1 /* BOOKE */ #define CONFIG_E500 1 /* BOOKE e500 family */ |