Skip to content

Commit b09783b

Browse files
committed
Kconfig.boot: set AUTH_SQUASHFS_ADDR=0 for non-AHAB platforms
Yocto would complain for undefined value on AUTH_SQUASHFS_ADDR on STM-based platforms otherwise. Signed-off-by: Hector Palacios <[email protected]>
1 parent 6756530 commit b09783b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/Kconfig.boot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ config AUTHENTICATE_SQUASHFS_ROOTFS
7171

7272
config AUTH_SQUASHFS_ADDR
7373
default 0x90000000 if AHAB_BOOT
74-
default 0x0 if IMX_HAB
74+
default 0x0
7575
hex "Authenticate Squashfs address"
7676
help
7777
Address where the Squashfs image is loaded prior to authentication.

0 commit comments

Comments
 (0)