diff options
author | Sonic Zhang <sonic.zhang@analog.com> | 2013-02-20 18:05:16 +0800 |
---|---|---|
committer | Sonic Zhang <sonic.zhang@analog.com> | 2013-05-13 16:26:27 +0800 |
commit | 955020c6c4e656cb4cc1d0b434ed02bcbb6e9dae (patch) | |
tree | fd26fef5798f52df74637c2578411e1790e7e72c /include/configs/bf527-ezkit.h | |
parent | 7d861d95a315852532d581884b3b72536c25032c (diff) | |
download | u-boot-imx-955020c6c4e656cb4cc1d0b434ed02bcbb6e9dae.zip u-boot-imx-955020c6c4e656cb4cc1d0b434ed02bcbb6e9dae.tar.gz u-boot-imx-955020c6c4e656cb4cc1d0b434ed02bcbb6e9dae.tar.bz2 |
blackfin: Fit u-boot image size into limited nor flash on blackfin.
- Disable NAND driver on bf537-stamp.
- Make MMC_SPI optional.
- Disable LCD driver on bf527-ezkit.
- Enlarge BF609 nor flash reserved size from 256k to 512k bytes.
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Sonic Zhang <sonic.adi@gmail.com>
Diffstat (limited to 'include/configs/bf527-ezkit.h')
-rw-r--r-- | include/configs/bf527-ezkit.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/configs/bf527-ezkit.h b/include/configs/bf527-ezkit.h index 7b51b53..db1b613 100644 --- a/include/configs/bf527-ezkit.h +++ b/include/configs/bf527-ezkit.h @@ -149,10 +149,15 @@ #define CONFIG_MUSB_TIMEOUT 100000 #endif +/* Don't waste time transferring a logo over the UART */ +#if (CONFIG_BFIN_BOOT_MODE != BFIN_BOOT_UART) +/*# define CONFIG_VIDEO*/ +#endif /* * Video Settings */ +#ifdef CONFIG_VIDEO #ifdef CONFIG_BF527_EZKIT_REV_2_1 # define CONFIG_LQ035Q1_SPI_BUS 0 # define CONFIG_LQ035Q1_SPI_CS 7 @@ -166,7 +171,7 @@ #else # define EASYLOGO_HEADER <asm/bfin_logo_230x230_lzma.h> #endif - +#endif /* CONFIG_VIDEO */ /* * Misc Settings @@ -175,11 +180,6 @@ #define CONFIG_RTC_BFIN #define CONFIG_UART_CONSOLE 1 -/* Don't waste time transferring a logo over the UART */ -#if (CONFIG_BFIN_BOOT_MODE != BFIN_BOOT_UART) -# define CONFIG_VIDEO -#endif - /* * Pull in common ADI header for remaining command/environment setup |