summaryrefslogtreecommitdiffstats
path: root/include/configs/bf609-ezkit.h
diff options
context:
space:
mode:
authorSonic Zhang <sonic.zhang@analog.com>2013-02-20 18:05:16 +0800
committerSonic Zhang <sonic.zhang@analog.com>2013-05-13 16:26:27 +0800
commit955020c6c4e656cb4cc1d0b434ed02bcbb6e9dae (patch)
treefd26fef5798f52df74637c2578411e1790e7e72c /include/configs/bf609-ezkit.h
parent7d861d95a315852532d581884b3b72536c25032c (diff)
downloadtalos-obmc-uboot-955020c6c4e656cb4cc1d0b434ed02bcbb6e9dae.tar.gz
talos-obmc-uboot-955020c6c4e656cb4cc1d0b434ed02bcbb6e9dae.zip
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/bf609-ezkit.h')
-rw-r--r--include/configs/bf609-ezkit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/bf609-ezkit.h b/include/configs/bf609-ezkit.h
index f0ac86b8ab..e7b02a5326 100644
--- a/include/configs/bf609-ezkit.h
+++ b/include/configs/bf609-ezkit.h
@@ -156,6 +156,8 @@
#undef CONFIG_UART_CONSOLE_IS_JTAG
#endif
+#define CONFIG_BOARD_SIZE_LIMIT $$((512 * 1024))
+
/*
* Run core 1 from L1 SRAM start address when init uboot on core 0
*/
OpenPOWER on IntegriCloud