diff options
author | Dirk Behme <dirk.behme@googlemail.com> | 2010-12-11 11:01:00 -0500 |
---|---|---|
committer | Sandeep Paulraj <s-paulraj@ti.com> | 2010-12-11 11:01:00 -0500 |
commit | 53736baaff80fc0cde36661296dffdedc7226bd2 (patch) | |
tree | e8e8e28b54388e506a0000da5e50c6dae7ddaf18 /include/configs/omap3_beagle.h | |
parent | 3e664f6d50ea7f5d6ea96a028fc8f099236e99be (diff) | |
download | u-boot-imx-53736baaff80fc0cde36661296dffdedc7226bd2.zip u-boot-imx-53736baaff80fc0cde36661296dffdedc7226bd2.tar.gz u-boot-imx-53736baaff80fc0cde36661296dffdedc7226bd2.tar.bz2 |
OMAP3: SPI driver
CC: Ruslan N. Araslanov <byaaka@yandex.ru>
Signed-off-by: Ruslan Araslanov <ruslan.araslanov@vitecmm.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'include/configs/omap3_beagle.h')
-rw-r--r-- | include/configs/omap3_beagle.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 56363f7..5cfa4cb 100644 --- a/include/configs/omap3_beagle.h +++ b/include/configs/omap3_beagle.h @@ -335,4 +335,6 @@ extern unsigned int boot_flash_type; CONFIG_SYS_INIT_RAM_SIZE - \ GENERATED_GBL_DATA_SIZE) +#define CONFIG_OMAP3_SPI + #endif /* __CONFIG_H */ |