]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Remove CONFIG options related to OF that we dont use
authorKumar Gala <galak@kernel.crashing.org>
Mon, 26 Nov 2007 17:00:54 +0000 (11:00 -0600)
committerKim Phillips <kim.phillips@freescale.com>
Tue, 8 Jan 2008 15:55:41 +0000 (09:55 -0600)
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@kernel.crashing.org>
include/configs/MPC8360EMDS.h

index 8098951c5b98450c24af91799095e4678936be87..c192f33658de27586ead040390323179c8259eef 100644 (file)
 #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@0"
 #define OF_SOC                 "soc8360@e0000000"