controlcenterd.h (1254ff97abb7606ccd0d7bdcd9f22581c50fe535) controlcenterd.h (26468d5186b437eba0c4baf9b7ac0e4b9b18ad39)
1/*
2 * (C) Copyright 2013
3 * Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc
4 *
5 * based on P1022DS.h
6 *
7 * See file CREDITS for list of people who contributed to this
8 * project.

--- 212 unchanged lines hidden (view full) ---

221
222#define CONFIG_SPI_FLASH_STMICRO
223
224#define CONFIG_CMD_SF
225#define CONFIG_SF_DEFAULT_SPEED 10000000
226#define CONFIG_SF_DEFAULT_MODE 0
227#endif
228
1/*
2 * (C) Copyright 2013
3 * Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc
4 *
5 * based on P1022DS.h
6 *
7 * See file CREDITS for list of people who contributed to this
8 * project.

--- 212 unchanged lines hidden (view full) ---

221
222#define CONFIG_SPI_FLASH_STMICRO
223
224#define CONFIG_CMD_SF
225#define CONFIG_SF_DEFAULT_SPEED 10000000
226#define CONFIG_SF_DEFAULT_MODE 0
227#endif
228
229/*
230 * TPM
231 */
232#define CONFIG_TPM_ATMEL_TWI
233#define CONFIG_TPM
234#define CONFIG_TPM_AUTH_SESSIONS
235#define CONFIG_SHA1
229#define CONFIG_SHA1
236#define CONFIG_CMD_TPM
237
238/*
239 * MMC
240 */
241#define CONFIG_MMC
242#define CONFIG_GENERIC_MMC
243#define CONFIG_CMD_MMC
244

--- 270 unchanged lines hidden ---
230
231/*
232 * MMC
233 */
234#define CONFIG_MMC
235#define CONFIG_GENERIC_MMC
236#define CONFIG_CMD_MMC
237

--- 270 unchanged lines hidden ---