HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/34295 )
Change subject: lib/bootmode: Include 'vboot/misc.h' ......................................................................
lib/bootmode: Include 'vboot/misc.h'
Don't include unneeded 'vendorcode/google/chromeos/chromeos.h', when only 'vboot/misc.h' is used.
Change-Id: I99484c29e5a3e13f1fea277f13c2f08a8a46bd88 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/lib/bootmode.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/95/34295/1
diff --git a/src/lib/bootmode.c b/src/lib/bootmode.c index 51bbbe5..083fd9d 100644 --- a/src/lib/bootmode.c +++ b/src/lib/bootmode.c @@ -16,7 +16,7 @@
#include <assert.h> #include <bootmode.h> -#include <vendorcode/google/chromeos/chromeos.h> +#include <security/vboot/misc.h>
static int gfx_init_done = -1;
Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34295 )
Change subject: lib/bootmode: Include 'vboot/misc.h' ......................................................................
Patch Set 1: Code-Review+2
Joel Kitching has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34295 )
Change subject: lib/bootmode: Include 'vboot/misc.h' ......................................................................
Patch Set 1: Code-Review+2
Martin Roth has submitted this change and it was merged. ( https://review.coreboot.org/c/coreboot/+/34295 )
Change subject: lib/bootmode: Include 'vboot/misc.h' ......................................................................
lib/bootmode: Include 'vboot/misc.h'
Don't include unneeded 'vendorcode/google/chromeos/chromeos.h', when only 'vboot/misc.h' is used.
Change-Id: I99484c29e5a3e13f1fea277f13c2f08a8a46bd88 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr Reviewed-on: https://review.coreboot.org/c/coreboot/+/34295 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Furquan Shaikh furquan@google.com Reviewed-by: Joel Kitching kitching@google.com --- M src/lib/bootmode.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Furquan Shaikh: Looks good to me, approved Joel Kitching: Looks good to me, approved
diff --git a/src/lib/bootmode.c b/src/lib/bootmode.c index 51bbbe5..083fd9d 100644 --- a/src/lib/bootmode.c +++ b/src/lib/bootmode.c @@ -16,7 +16,7 @@
#include <assert.h> #include <bootmode.h> -#include <vendorcode/google/chromeos/chromeos.h> +#include <security/vboot/misc.h>
static int gfx_init_done = -1;