Re: [U-Boot] [PATCH] Blackfin: use common code to preprocess linker script

2009-08-23 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1250985022-11108-1-git-send-email-vap...@gentoo.org> you wrote: > Now that the common code preprocesses the linker script, the Blackfin code > no longer needs to do it. > > Signed-off-by: Mike Frysinger > --- > lib_blackfin/Makefile |5 + > lib_blackfin

[U-Boot] [PATCH] Blackfin: use common code to preprocess linker script

2009-08-22 Thread Mike Frysinger
Now that the common code preprocesses the linker script, the Blackfin code no longer needs to do it. Signed-off-by: Mike Frysinger --- lib_blackfin/Makefile |5 + lib_blackfin/config.mk |2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/lib_blackfin/Makefile b/lib