summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorXindong Xu <xindong.xu@amlogic.com>2018-08-13 13:34:40 +0800
committerDongjin Kim <tobetter@gmail.com>2018-11-08 14:57:36 +0900
commit7d393b24c2bb012a637069998f3fde19c9ccfe86 (patch)
tree95ffcdde84568dc3da912b9a6aceae23b212f5c2 /Makefile
parent6e460fc28deb610088f10f116bf4f1c0161c10e0 (diff)
downloadu-boot-odroid-c1-7d393b24c2bb012a637069998f3fde19c9ccfe86.tar.gz
p212: avb: enable avb2.0 in P [2/3]
PD#171639 Problem: avb2.0 do not enable in P Solution: enable avb 2.0 in P, and do not affect O Need to be consistent with the configuration in device/amlogic/ampere/ampere.mk. If ampere.mk: BOARD_AVB_ENABLE := true then build bootloader by --avb2 such as ./mk gxl_p212_v1 --bl32 ... --systemroot --avb2 in Android after P, just build bootloader same as before Verify: verify in p212 board in Android P/O-MR1 Change-Id: Ib20e4ec959710da5818cde8df8c9b4b50f9ca96b Signed-off-by: Xindong Xu <xindong.xu@amlogic.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ab4a983b69..730e8d752f 100644
--- a/Makefile
+++ b/Makefile
@@ -1207,6 +1207,7 @@ define filechk_version.h
(echo \#define PLAIN_VERSION \"$(UBOOTRELEASE)\"; \
echo \#define U_BOOT_VERSION \"U-Boot \" PLAIN_VERSION; \
echo \#define CONFIG_SYSTEM_AS_ROOT \"${SYSTEMMODE}\"; \
+ echo \#define CONFIG_AVB2 \"${AVBMODE}\"; \
echo \#define CC_VERSION_STRING \"$$($(CC) --version | head -n 1)\"; \
echo \#define LD_VERSION_STRING \"$$($(LD) --version | head -n 1)\"; )
endef