25 lines
691 B
Diff
25 lines
691 B
Diff
From 8e1dd4390d9a9c7453b7687d1f3a1d611a978b9f Mon Sep 17 00:00:00 2001
|
|
From: Peter Robinson <pbrobinson@gmail.com>
|
|
Date: Thu, 19 May 2016 00:28:30 +0100
|
|
Subject: [PATCH] clearfog needs HUSH parser for distro boot
|
|
|
|
---
|
|
configs/clearfog_defconfig | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
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
|
|
--
|
|
2.7.4
|
|
|