mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
imx: replace CONFIG_SECURE_BOOT with CONFIG_IMX_HAB
CONFIG_SECURE_BOOT is too generic and forbids to use it for cross architecture purposes. If Secure Boot is required for imx, this means to enable and use the HAB processor in the soc. Signed-off-by: Stefano Babic <sbabic@denx.de>
This commit is contained in:
@@ -14,7 +14,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
#ifdef CONFIG_SPL_SIZE_LIMIT
|
||||
spl_size_limit = CONFIG_SPL_SIZE_LIMIT;
|
||||
#if defined(CONFIG_SECURE_BOOT) && defined(CONFIG_CSF_SIZE)
|
||||
#if defined(CONFIG_IMX_HAB) && defined(CONFIG_CSF_SIZE)
|
||||
spl_size_limit -= CONFIG_CSF_SIZE;
|
||||
#endif
|
||||
#ifdef CONFIG_SPL_SIZE_LIMIT_SUBTRACT_GD
|
||||
|
Reference in New Issue
Block a user