Convert CONFIG_SYS_WHITE_ON_BLACK to Kconfig
[platform/kernel/u-boot.git] / include / configs / km82xx.h
index 19e89ce..aeece20 100644 (file)
@@ -29,8 +29,6 @@
 #error ("Board unsupported")
 #endif
 
-#define CONFIG_DISPLAY_BOARDINFO
-
 #define        CONFIG_SYS_TEXT_BASE    0xFE000000
 
 #define CONFIG_MISC_INIT_R
@@ -430,11 +428,6 @@ int get_scl(void);
 
 #define        CONFIG_SYS_RESET_ADDRESS 0xFDFFFFFC     /* "bad" address */
 
-/* pass open firmware flat tree */
-#define CONFIG_FIT             1
-#define CONFIG_OF_LIBFDT       1
-#define CONFIG_OF_BOARD_SETUP  1
-
 #define OF_TBCLK               (bd->bi_busfreq / 4)
 #define OF_STDOUT_PATH         "/soc/cpm/serial@11a90"