From 452b3813f99538ebd54407e911733c4b26efd1a4 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Thu, 26 May 2016 09:48:24 +0100 Subject: clearfog: add HUSH parser In the big move of CONFIG_HUSH_PARSER to config files the clearfog somehow missed out. Signed-off-by: Peter Robinson Signed-off-by: Stefan Roese --- configs/clearfog_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs') diff --git a/configs/clearfog_defconfig b/configs/clearfog_defconfig index 0fde640deb..75ea200b27 100644 --- a/configs/clearfog_defconfig +++ b/configs/clearfog_defconfig @@ -3,6 +3,7 @@ CONFIG_ARCH_MVEBU=y CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_TARGET_CLEARFOG=y CONFIG_DEFAULT_DEVICE_TREE="armada-388-clearfog" +CONFIG_HUSH_PARSER=y CONFIG_SPL=y CONFIG_CMD_BOOTZ=y # CONFIG_CMD_IMLS is not set -- cgit v1.2.1 From e084fd922f7483d591c623823452fff7879c9d71 Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Wed, 27 Apr 2016 09:10:43 +0200 Subject: arm: spear: x600: Remove EFI support to reduce image size EFI is not needed on x600. So lets remove the EFI support to make it fit into the 0x60000 image size limit again. Signed-off-by: Stefan Roese --- configs/x600_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs') diff --git a/configs/x600_defconfig b/configs/x600_defconfig index ace620ba3a..14977dca8a 100644 --- a/configs/x600_defconfig +++ b/configs/x600_defconfig @@ -22,3 +22,4 @@ CONFIG_NETDEVICES=y CONFIG_ETH_DESIGNWARE=y CONFIG_USE_TINY_PRINTF=y CONFIG_OF_LIBFDT=y +# CONFIG_EFI_LOADER is not set -- cgit v1.2.1