diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2016-05-26 09:48:24 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2016-05-31 07:43:51 +0200 |
commit | 452b3813f99538ebd54407e911733c4b26efd1a4 (patch) | |
tree | e9e30f268c9114eafa51980e0fa6f360f3eae9c0 | |
parent | e4a94ce4ac77396b181663c0493c50bc2d5b9143 (diff) | |
download | u-boot-imx-452b3813f99538ebd54407e911733c4b26efd1a4.zip u-boot-imx-452b3813f99538ebd54407e911733c4b26efd1a4.tar.gz u-boot-imx-452b3813f99538ebd54407e911733c4b26efd1a4.tar.bz2 |
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 <pbrobinson@gmail.com>
Signed-off-by: Stefan Roese <sr@denx.de>
-rw-r--r-- | configs/clearfog_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/clearfog_defconfig b/configs/clearfog_defconfig index 0fde640..75ea200 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 |