Re: [U-Boot] [PATCH 2/2] armv8: add asserts of sizes to u-boot-spl.lds

2017-01-17 Thread Oded Gabbay
On Tue, Jan 17, 2017 at 9:55 AM, Masahiro Yamada wrote: > 2016-12-26 23:20 GMT+09:00 Oded Gabbay : >> This patch copies from arm u-boot-spl.lds some asserts that check that the >> size of the SPL image and BSS doesn't violate their max size.

Re: [U-Boot] [PATCH 2/2] armv8: add asserts of sizes to u-boot-spl.lds

2017-01-16 Thread Masahiro Yamada
2016-12-26 23:20 GMT+09:00 Oded Gabbay : > This patch copies from arm u-boot-spl.lds some asserts that check that the > size of the SPL image and BSS doesn't violate their max size. > > Signed-off-by: Oded Gabbay > Cc: Albert Aribaud

Re: [U-Boot] [PATCH 2/2] armv8: add asserts of sizes to u-boot-spl.lds

2017-01-08 Thread Tom Rini
On Mon, Dec 26, 2016 at 04:20:41PM +0200, Oded Gabbay wrote: > This patch copies from arm u-boot-spl.lds some asserts that check that the > size of the SPL image and BSS doesn't violate their max size. > > Signed-off-by: Oded Gabbay > Cc: Albert Aribaud

[U-Boot] [PATCH 2/2] armv8: add asserts of sizes to u-boot-spl.lds

2016-12-26 Thread Oded Gabbay
This patch copies from arm u-boot-spl.lds some asserts that check that the size of the SPL image and BSS doesn't violate their max size. Signed-off-by: Oded Gabbay Cc: Albert Aribaud --- arch/arm/cpu/armv8/u-boot-spl.lds | 19