diff options
author | Mingkai Hu <Mingkai.hu@freescale.com> | 2009-09-18 11:45:09 +0800 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-09-24 12:04:57 -0500 |
commit | 0e905ac28b1e039d74e63232293972bff6b5a0ce (patch) | |
tree | 4d440476af32aa6f9b209c4e91adc84a803a7ee1 | |
parent | 202d94875c98b7b573f136c4f353609758ed9733 (diff) | |
download | u-boot-imx-0e905ac28b1e039d74e63232293972bff6b5a0ce.zip u-boot-imx-0e905ac28b1e039d74e63232293972bff6b5a0ce.tar.gz u-boot-imx-0e905ac28b1e039d74e63232293972bff6b5a0ce.tar.bz2 |
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>
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | include/configs/MPC8536DS.h | 2 |
2 files changed, 2 insertions, 4 deletions
@@ -2448,9 +2448,7 @@ ATUM8548_config: unconfig MPC8536DS_36BIT_config \ MPC8536DS_config: unconfig - @mkdir -p $(obj)include - @echo "#define CONFIG_$(@:_config=) 1" >$(obj)include/config.h - @$(MKCONFIG) -a MPC8536DS ppc mpc85xx mpc8536ds freescale + @$(MKCONFIG) -t $(@:_config=) MPC8536DS ppc mpc85xx mpc8536ds freescale MPC8540ADS_config: unconfig @$(MKCONFIG) $(@:_config=) ppc mpc85xx mpc8540ads freescale diff --git a/include/configs/MPC8536DS.h b/include/configs/MPC8536DS.h index 4746e2e..faca805 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 |