Re: [U-Boot] [PATCH 2/2 v2] Blackfin: tweak embedded env config option

2009-09-23 Thread Mike Frysinger
On Tuesday 22 September 2009 16:41:45 Wolfgang Denk wrote: Mike Frysinger wrote: ... $(obj)u-boot.ldr: $(obj)u-boot - $(obj)tools/envcrc --binary $(obj)env-ldr.o + $(CREATE_LDR_ENV) $(LDR) -T $(CONFIG_BFIN_CPU) -c $@ $

Re: [U-Boot] [PATCH 2/2 v2] Blackfin: tweak embedded env config option

2009-09-22 Thread Wolfgang Denk
Dear Mike Frysinger, In message 200909151736.52720.vap...@gentoo.org you wrote: ... $(obj)u-boot.ldr:$(obj)u-boot - $(obj)tools/envcrc --binary $(obj)env-ldr.o + $(CREATE_LDR_ENV) $(LDR) -T $(CONFIG_BFIN_CPU) -c $@ $ $(LDR_FLAGS) This is all

Re: [U-Boot] [PATCH 2/2 v2] Blackfin: tweak embedded env config option

2009-09-15 Thread Wolfgang Denk
Dear Mike Frysinger, In message 1252661962-16105-1-git-send-email-vap...@gentoo.org you wrote: Use the common config option for extracting the environment for embedding into LDR files. ... $(obj)u-boot.ldr:$(obj)u-boot - $(obj)tools/envcrc --binary $(obj)env-ldr.o +

Re: [U-Boot] [PATCH 2/2 v2] Blackfin: tweak embedded env config option

2009-09-15 Thread Mike Frysinger
On Tuesday 15 September 2009 16:49:42 Wolfgang Denk wrote: Mike Frysinger wrote: Use the common config option for extracting the environment for embedding into LDR files. ... $(obj)u-boot.ldr: $(obj)u-boot - $(obj)tools/envcrc --binary $(obj)env-ldr.o +

[U-Boot] [PATCH 2/2 v2] Blackfin: tweak embedded env config option

2009-09-11 Thread Mike Frysinger
Use the common config option for extracting the environment for embedding into LDR files. Signed-off-by: Mike Frysinger vap...@gentoo.org --- v2 - do not call envcrc in ldr target if env isnt embedded Makefile |2 +- include/configs/bf518f-ezbrd.h |2 +-