[U-Boot] [PATCH] kbuild: fix a bug in regeneration of linker scripts

2014-04-09 Thread Masahiro Yamada
In some use cases, SPL linker script was not updated even when it should be. For instance, $ make tricoder_config all [ build complete ] ... modify include/configs/tricoder.h $ make spl/u-boot-spl.lds should be updated in this case, but it wasn't. To fix this problem, linker scripts

Re: [U-Boot] [PATCH] kbuild: fix a bug in regeneration of linker scripts

2014-04-09 Thread Andreas Bießmann
On 04/09/2014 01:10 PM, Masahiro Yamada wrote: In some use cases, SPL linker script was not updated even when it should be. For instance, $ make tricoder_config all [ build complete ] ... modify include/configs/tricoder.h $ make spl/u-boot-spl.lds should be updated in this