diff options
author | Magnus Lilja <lilja.magnus@gmail.com> | 2008-04-20 10:38:12 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-04-26 00:26:55 +0200 |
commit | f9204e15173834ff8d123e36279ce49c3c6c74fc (patch) | |
tree | a42dfcbac65050a6efa297808d54a2971bd12a60 /include | |
parent | f97abbfb47d9e407354e157cae3f6369e460cd37 (diff) | |
download | u-boot-imx-f9204e15173834ff8d123e36279ce49c3c6c74fc.zip u-boot-imx-f9204e15173834ff8d123e36279ce49c3c6c74fc.tar.gz u-boot-imx-f9204e15173834ff8d123e36279ce49c3c6c74fc.tar.bz2 |
i.MX31: Enable SPI and MC13783/RTC support for the Litekit board
This patch enables SPI and MC13783/RTC support for the Litekit board.
Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/imx31_litekit.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/imx31_litekit.h b/include/configs/imx31_litekit.h index 5e97cfa..4281d73 100644 --- a/include/configs/imx31_litekit.h +++ b/include/configs/imx31_litekit.h @@ -63,6 +63,12 @@ #define CONFIG_MX31_UART 1 #define CFG_MX31_UART1 1 +#define CONFIG_HARD_SPI 1 +#define CONFIG_MXC_SPI 1 +#define CONFIG_MXC_SPI_IFACE 1 + +#define CONFIG_RTC_MC13783 1 + /* allow to overwrite serial and ethaddr */ #define CONFIG_ENV_OVERWRITE #define CONFIG_CONS_INDEX 1 @@ -77,6 +83,8 @@ #define CONFIG_CMD_MII #define CONFIG_CMD_PING +#define CONFIG_CMD_SPI +#define CONFIG_CMD_DATE #define CONFIG_BOOTDELAY 3 |