]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/PMC440.h
Convert CONFIG_CMD_EEPROM et al to Kconfig
[people/ms/u-boot.git] / include / configs / PMC440.h
index 31e95c1b65b4a9f0819ed8c84471a3c9bfcf9aa3..54a1a2546fbebfa1df34a37f8c1474430fda2b8c 100644 (file)
 #define CONFIG_SYS_EEPROM_WREN                 1
 #define CONFIG_SYS_I2C_BOOT_EEPROM_ADDR        0x52
 
-/*
- * standard dtt sensor configuration - bottom bit will determine local or
- * remote sensor of the TMP401
- */
-#define CONFIG_DTT_SENSORS             { 0, 1 }
-
-/*
- * The PMC440 uses a TI TMP401 temperature sensor. This part
- * is basically compatible to the ADM1021 that is supported
- * by U-Boot.
- *
- * - i2c addr 0x4c
- * - conversion rate 0x02 = 0.25 conversions/second
- * - ALERT ouput disabled
- * - local temp sensor enabled, min set to 0 deg, max set to 70 deg
- * - remote temp sensor enabled, min set to 0 deg, max set to 70 deg
- */
-#define CONFIG_DTT_ADM1021
-#define CONFIG_SYS_DTT_ADM1021         { { 0x4c, 0x02, 0, 1, 70, 0, 1, 70, 0} }
-
 #define CONFIG_PREBOOT         "echo Add \\\"run fpga\\\" and "        \
                                "\\\"painit\\\" to preboot command"
 
 
 /* Partitions */
 
-#define CONFIG_CMD_DATE
-#define CONFIG_CMD_DTT
-#define CONFIG_CMD_EEPROM
 #define CONFIG_CMD_NAND
 #define CONFIG_CMD_PCI
 #define CONFIG_CMD_REGINFO