Re: [U-Boot] [PATCH v2 04/10] bloblist: Reserve an aligned base

2019-10-29 Thread sjg
Make sure that the bloblist starts on an aligned boundary. This protects against one of the early allocating causing the alignment to be lost. Signed-off-by: Simon Glass --- Changes in v2: None common/board_f.c | 1 + 1 file changed, 1 insertion(+) Applied to u-boot-dm, thanks! __

[U-Boot] [PATCH v2 04/10] bloblist: Reserve an aligned base

2019-10-21 Thread Simon Glass
Make sure that the bloblist starts on an aligned boundary. This protects against one of the early allocating causing the alignment to be lost. Signed-off-by: Simon Glass --- Changes in v2: None common/board_f.c | 1 + 1 file changed, 1 insertion(+) diff --git a/common/board_f.c b/common/board