summaryrefslogtreecommitdiff
path: root/common/avb_verify.c
diff options
context:
space:
mode:
authorUsama Arif <usama.arif@arm.com>2020-08-11 17:46:03 +0300
committerTom Rini <trini@konsulko.com>2020-08-24 21:11:13 +0300
commite61b41517d2a91080f6416fdfb46efab9e5a55b4 (patch)
tree65fa59b6f41798a07cefebcf11c6b0e3e8265510 /common/avb_verify.c
parent1aa3966173fe92fa3c46638ee8eb8b8491f521d6 (diff)
downloadu-boot-e61b41517d2a91080f6416fdfb46efab9e5a55b4.tar.xz
avb: Make AVB independent of fastboot
AVB only uses CONFIG_FASTBOOT_BUF_ADDR from fastboot for memory. This memory is used for assigning temporary buffers. This can be assigned a new variable and used as CONFIG_AVB_BUF_ADDR. This is to support future boards that support AVB but dont support USB and therefore dont support FASTBOOT. Signed-off-by: Usama Arif <usama.arif@arm.com> Cc: Igor Opaniuk <igor.opaniuk@gmail.com> Reviewed-by: Tom Rini <trini@konsulko.com> Acked-by: Igor Opaniuk <igor.opaniuk@gmail.com> [trini: Change defaults] Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'common/avb_verify.c')
-rw-r--r--common/avb_verify.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/avb_verify.c b/common/avb_verify.c
index a2b739626b..db10d0f21f 100644
--- a/common/avb_verify.c
+++ b/common/avb_verify.c
@@ -7,7 +7,6 @@
#include <avb_verify.h>
#include <blk.h>
#include <cpu_func.h>
-#include <fastboot.h>
#include <image.h>
#include <malloc.h>
#include <part.h>