Re: [U-Boot] [PATCH 2/2] kbuild: Move linker sciript check to prepare1

2014-02-25 Thread Simon Glass
On 24 February 2014 06:11, Masahiro Yamada wrote: > Same as the previous commit. > Move sanity check to prepare1 target to avoid nasty troubles. > > Signed-off-by: Masahiro Yamada Acked-by: Simon Glass ___ U-Boot mailing list U-Boot@lists.denx.de http

[U-Boot] [PATCH 2/2] kbuild: Move linker sciript check to prepare1

2014-02-24 Thread Masahiro Yamada
Same as the previous commit. Move sanity check to prepare1 target to avoid nasty troubles. Signed-off-by: Masahiro Yamada --- Makefile | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index fffeb7e..b034a36 100644 --- a/Makefile +++ b/Makefile @@ -5