]> git.sur5r.net Git - u-boot/blobdiff - include/configs/km82xx.h
powerpc, 8xx: remove support for 8xx
[u-boot] / include / configs / km82xx.h
index 4cfc1dc2d7f9a265bdd8c36bf4418b4c2ac8a796..09c3aa9ca8b641bec117be475611479387ebbca0 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
@@ -270,13 +268,6 @@ int get_sda(void);
 int get_scl(void);
 #endif
 
-/* I2C SYSMON (LM75, AD7414 is almost compatible)                      */
-#define CONFIG_DTT_LM75                        /* ON Semi's LM75               */
-#define CONFIG_DTT_SENSORS     {0}     /* Sensor addresses             */
-#define CONFIG_SYS_DTT_MAX_TEMP        70
-#define CONFIG_SYS_DTT_HYSTERESIS      3
-#define CONFIG_SYS_DTT_BUS_NUM         2
-
 #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1
 
 #define CONFIG_SYS_IMMR                0xF0000000
@@ -430,8 +421,6 @@ int get_scl(void);
 
 #define        CONFIG_SYS_RESET_ADDRESS 0xFDFFFFFC     /* "bad" address */
 
-#define CONFIG_FIT             1
-
 #define OF_TBCLK               (bd->bi_busfreq / 4)
 #define OF_STDOUT_PATH         "/soc/cpm/serial@11a90"