bloblist: Reserve an aligned base
authorSimon Glass <sjg@chromium.org>
Mon, 21 Oct 2019 23:26:46 +0000 (17:26 -0600)
committerSimon Glass <sjg@chromium.org>
Sun, 27 Oct 2019 16:56:51 +0000 (10:56 -0600)
commit5074a8a3c0d0d1e11a1d51a7fb0ce8746668046f
treeb8e3a7b519bc3cfb7007fa407a90b662e2b653f4
parent831c1611195961bf79ac55a8deaac9034112ef5f
bloblist: Reserve an aligned base

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 <sjg@chromium.org>
common/board_f.c