Skip to content
Snippets Groups Projects
Commit 8df3ce0f authored by Mike Frysinger's avatar Mike Frysinger
Browse files

Blackfin: set default CONFIG_ENV_SPI_CS based on bootrom


Set the default CONFIG_ENV_SPI_CS value to match the SPI CS that is used by
the Blackfin on-chip bootrom to boot out of SPI flash.

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 2b4a486e
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,11 @@
# define CONFIG_LINUX_CMDLINE_SIZE L1_SRAM_SCRATCH_SIZE
#endif
/* Set default SPI flash CS to the one we boot from */
#if defined(CONFIG_ENV_IS_IN_SPI_FLASH) && !defined(CONFIG_ENV_SPI_CS)
# define CONFIG_ENV_SPI_CS BFIN_BOOT_SPI_SSEL
#endif
/* Default/common Blackfin memory layout */
#ifndef CONFIG_SYS_SDRAM_BASE
# define CONFIG_SYS_SDRAM_BASE 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment