diff options
author | Mingkai Hu <Mingkai.hu@freescale.com> | 2009-09-18 11:45:09 +0800 |
---|---|---|
committer | Tom Rix <Tom.Rix@windriver.com> | 2009-10-03 09:04:33 -0500 |
commit | 886fadd88aa7e207b15fc5ee34425d9d7992e314 (patch) | |
tree | b92b501fa2271afdd26a4baf171098cc2942d56d /include/configs/MPC8536DS.h | |
parent | 68f9c1e754bd3c68495d0952c29853035c59e60a (diff) |
ppc/85xx: simplify the top makefile for 36-bit config for mpc8536ds
Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/configs/MPC8536DS.h')
-rw-r--r-- | include/configs/MPC8536DS.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/MPC8536DS.h b/include/configs/MPC8536DS.h index 4746e2ead5..faca8059a1 100644 --- a/include/configs/MPC8536DS.h +++ b/include/configs/MPC8536DS.h @@ -27,7 +27,7 @@ #ifndef __CONFIG_H #define __CONFIG_H -#ifdef CONFIG_MPC8536DS_36BIT +#ifdef CONFIG_MK_36BIT #define CONFIG_PHYS_64BIT 1 #endif |