25 lines
700 B
Diff
25 lines
700 B
Diff
|
From 07771da98733fae6a6939a78b0971bcc24e9748f Mon Sep 17 00:00:00 2001
|
||
|
From: Dennis Gilmore <dennis@ausil.us>
|
||
|
Date: Mon, 2 Sep 2013 15:56:16 -0500
|
||
|
Subject: [PATCH 08/16] DISABLE FIT image support since it fails to build
|
||
|
|
||
|
---
|
||
|
include/config_distro_default.h | 1 -
|
||
|
1 file changed, 1 deletion(-)
|
||
|
|
||
|
diff --git a/include/config_distro_default.h b/include/config_distro_default.h
|
||
|
index 99bb4b1..44731ad 100644
|
||
|
--- a/include/config_distro_default.h
|
||
|
+++ b/include/config_distro_default.h
|
||
|
@@ -40,7 +40,6 @@
|
||
|
#define CONFIG_AUTO_COMPLETE
|
||
|
#define CONFIG_BOOTDELAY 2
|
||
|
#define CONFIG_SYS_LONGHELP
|
||
|
-#define CONFIG_FIT
|
||
|
#define CONFIG_MENU
|
||
|
#define CONFIG_MENU_SHOW
|
||
|
#define CONFIG_DOS_PARTITION
|
||
|
--
|
||
|
1.8.3.1
|
||
|
|