From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Thu, 06 Nov 2008 15:06:37 -0600 Subject: [U-Boot] [PATCH] toplevel Makefile: Add MPC8641HPCN_36BIT target In-Reply-To: <1225998249-29301-1-git-send-email-becky.bruce@freescale.com> References: <1225998249-29301-1-git-send-email-becky.bruce@freescale.com> Message-ID: <49135C5D.2010309@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Becky Bruce wrote: > This will enable CONFIG_PHYS_36BIT for MPC8641HPCN. > > Signed-off-by: Becky Bruce > --- > Makefile | 8 +++++++- > 1 files changed, 7 insertions(+), 1 deletions(-) > > diff --git a/Makefile b/Makefile > index 983a3cd..09e671d 100644 > --- a/Makefile > +++ b/Makefile > @@ -2436,8 +2436,14 @@ TQM8560_config: unconfig > MPC8610HPCD_config: unconfig > @$(MKCONFIG) $(@:_config=) ppc mpc86xx mpc8610hpcd freescale > > +MPC8641HPCN_36BIT_config \ > MPC8641HPCN_config: unconfig > - @$(MKCONFIG) $(@:_config=) ppc mpc86xx mpc8641hpcn freescale > + @mkdir -p $(obj)include > + @if [ "$(findstring _36BIT_,$@)" ] ; then \ > + echo "#define CONFIG_PHYS_64BIT" >>$(obj)include/config.h ; \ > + $(XECHO) "... enabling 36-bit physical addressing." ; \ > + fi > + @$(MKCONFIG) -a MPC8641HPCN ppc mpc86xx mpc8641hpcn freescale > > sbc8641d_config: unconfig > @$(MKCONFIG) $(@:_config=) ppc mpc86xx sbc8641d When would you ever not turn this on? -Scott