[U-Boot-Users] [PATCH] Remove CONFIG options related to OF that we dont use

Kumar Gala galak at kernel.crashing.org
Mon Nov 26 18:00:54 CET 2007


The MPC8360E MDS config defined:
	CONFIG_OF_HAS_BD_T
	CONFIG_OF_HAS_UBOOT_ENV

Which we don't use or ever needed.  This seems like copy-paste feature creep.

Signed-off-by: Kumar Gala <galak at kernel.crashing.org>
---
 include/configs/MPC8360EMDS.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/include/configs/MPC8360EMDS.h b/include/configs/MPC8360EMDS.h
index 41f062c..5eb7215 100644
--- a/include/configs/MPC8360EMDS.h
+++ b/include/configs/MPC8360EMDS.h
@@ -348,8 +348,6 @@
 #define CONFIG_OF_LIBFDT	1
 #undef  CONFIG_OF_FLAT_TREE
 #define CONFIG_OF_BOARD_SETUP	1
-#define CONFIG_OF_HAS_BD_T	1
-#define CONFIG_OF_HAS_UBOOT_ENV	1

 #define OF_CPU			"PowerPC,8360 at 0"
 #define OF_SOC			"soc8360 at e0000000"
-- 
1.5.3.4





More information about the U-Boot mailing list