Re: [U-Boot] [PATCH] fix out of tree building with kallsyms

2012-09-02 Thread Wolfgang Denk
Dear Mike Frysinger,

In message 1343724293-7935-1-git-send-email-vap...@gentoo.org you wrote:
 The call to SYSTEM_MAP assumes that the u-boot output is in $PWD when
 it really should be in $(obj).  This fixes building out of tree.
 
 Signed-off-by: Mike Frysinger vap...@gentoo.org
 ---
  Makefile |2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
A door is what a dog is perpetually on the wrong side of.
- Ogden Nash
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH] fix out of tree building

2008-08-26 Thread Scott Wood
On Mon, Aug 25, 2008 at 05:16:10PM -0500, Kim Phillips wrote:
 Signed-off-by: Kim Phillips [EMAIL PROTECTED]
 ---
  Makefile |2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)
 
 diff --git a/Makefile b/Makefile
 index 8c90dab..c30ef57 100644
 --- a/Makefile
 +++ b/Makefile
 @@ -2065,7 +2065,7 @@ MPC8313ERDB_NAND_66_config: unconfig
   fi ; \
   if [ $(findstring _NAND_,$@) ] ; then \
   $(XECHO) -n ...NAND... ; \
 - echo TEXT_BASE = 0x0010  
 $(obj)/board/freescale/mpc8313erdb/config.tmp ; \
 + echo TEXT_BASE = 0x0010  
 $(obj)board/freescale/mpc8313erdb/config.tmp ; \

ITYM fix in-tree building.

-Scott
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot