summaryrefslogtreecommitdiffstats
path: root/0007-remove-CONFIG_MENU_SHOW-from-distro-config.patch
blob: 4306ce931a59f9fbfcc2e29ed93dc9027fe1f11b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From d1b689f0beec17c0531189fb15b076082f0f282e Mon Sep 17 00:00:00 2001
From: Dennis Gilmore <dennis@ausil.us>
Date: Thu, 17 Oct 2013 17:54:26 -0500
Subject: [PATCH 07/15] remove CONFIG_MENU_SHOW from distro config

---
 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 b892868..aa7500e 100644
--- a/include/config_distro_default.h
+++ b/include/config_distro_default.h
@@ -41,7 +41,6 @@
 #define CONFIG_SYS_LONGHELP
 #define CONFIG_FIT
 #define CONFIG_MENU
-#define CONFIG_MENU_SHOW
 #define CONFIG_DOS_PARTITION
 #define CONFIG_EFI_PARTITION
 #define CONFIG_SUPPORT_RAW_INITRD
-- 
1.8.3.1