Maximilian Brune has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/83377?usp=email )
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 paramter doesn't change.
Signed-off-by: Maximilian Brune maximilian.brune@9elements.com
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/2