Re: [U-Boot] [PATCH 05/12] kbuild: delete redundant LDSCRIPT definition

2014-03-11 Thread Michal Simek
On 03/11/2014 03:05 AM, Masahiro Yamada wrote: > $(SRCTREE)/$(CPUDIR)/u-boot.lds is our default location > of arch-specific linker script. > > Remove redundant definitions in > arch/{arc,microblaze,openrisc}/config.mk. > > Signed-off-by: Masahiro Yamada > Cc: Alexey Brodkin > Cc: Michal Simek

[U-Boot] [PATCH 05/12] kbuild: delete redundant LDSCRIPT definition

2014-03-10 Thread Masahiro Yamada
$(SRCTREE)/$(CPUDIR)/u-boot.lds is our default location of arch-specific linker script. Remove redundant definitions in arch/{arc,microblaze,openrisc}/config.mk. Signed-off-by: Masahiro Yamada Cc: Alexey Brodkin Cc: Michal Simek Cc: Stefan Kristiansson --- arch/arc/config.mk| 2 --