Attention is currently required from: Maximilian Brune.
Hello Felix Singer,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/83377?usp=email
to look at the new patch set (#4).
Change subject: Makefile.mk: Fix int-shift-left ......................................................................
Makefile.mk: Fix int-shift-left
commit 4a8d73d6a4 ("Makefile.mk: Remove bc dependency") broke the left shift, since the expr tool does not support shifting operations.
This patch uses the left shift operator inside arithmetic expansion. Every posix shell should support this.
Tested: Build amd/birman mainboard and check that the soft-fuse parameter doesn't change.
Signed-off-by: Maximilian Brune maximilian.brune@9elements.com Change-Id: If3b29dae727875b0788100a2cb02c86736ffaf8c --- M Makefile.mk 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/77/83377/4