[U-Boot] [PATCH] Drop linker-generated array creation when CONFIG_CMDLINE is disabled

2019-07-29 Thread andrej.rosano
From: Andrej Rosano Linker generated array entry is not needed when the command line is disabled. Remove this code in that case. This is required as the commit 80a48dd47e3bf3ede676fae5a630cb6c80de3e69 breaks the linking stage when CONFIG_CMDLINE=n: .. LDS u-boot.lds LD u-boot u-boo

[U-Boot] [PATCH] Drop linker-generated array creation when CONFIG_CMDLINE is disabled

2019-07-24 Thread andrej.rosano
From: Andrej Rosano Linker generated array entry is not needed when the command line is disabled. Remove this code in that case. This is required as the commit 80a48dd47e3bf3ede676fae5a630cb6c80de3e69 breaks the linking stage when CONFIG_CMDLINE=n: .. LDS u-boot.lds LD u-boot u-boo

[U-Boot] [PATCH] mx5: Add HAB boot support

2018-02-15 Thread andrej.rosano
From: Andrej Rosano Add SEC_CONFIG[1] fuse checking. Signed-off-by: Andrej Rosano --- arch/arm/mach-imx/Makefile | 5 + arch/arm/mach-imx/hab.c | 5 + arch/arm/mach-imx/mx5/soc.c | 8 drivers/crypto/fsl/Makefile | 2 ++ 4 files changed, 20 insertions(+) diff --git a/arch