aboutsummaryrefslogtreecommitdiff
path: root/include/configs/vinco.h
diff options
context:
space:
mode:
authorWenyou Yang <wenyou.yang@microchip.com>2017-09-14 11:07:44 +0800
committerTom Rini <trini@konsulko.com>2017-09-14 16:02:48 -0400
commit5541543f686b43210fb92181003ff7175d4ab036 (patch)
treea9e5f81fe6a382c1caae6eacb4114232c8a8eed6 /include/configs/vinco.h
parenta35c34025e4ae08441f2e26ddcac86aec63c33af (diff)
downloadu-boot-5541543f686b43210fb92181003ff7175d4ab036.zip
u-boot-5541543f686b43210fb92181003ff7175d4ab036.tar.gz
u-boot-5541543f686b43210fb92181003ff7175d4ab036.tar.bz2
configs: at91: Remove CONFIG_SYS_EXTRA_OPTIONS assignment
To remove the assignment of CONFIG_SYS_EXTRA_OPTIONS option, which is deprecated, use the CONFIG_XXXX_BOOT options to indicate the boot media, and the SoC is selected by the board. Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com>
Diffstat (limited to 'include/configs/vinco.h')
-rw-r--r--include/configs/vinco.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/vinco.h b/include/configs/vinco.h
index 0bd8bbb..aaed815 100644
--- a/include/configs/vinco.h
+++ b/include/configs/vinco.h
@@ -78,7 +78,7 @@
#define CONFIG_NET_RETRY_COUNT 20
#define CONFIG_MACB_SEARCH_PHY
-#ifdef CONFIG_SYS_USE_SERIALFLASH
+#ifdef CONFIG_SPI_BOOT
/* bootstrap + u-boot + env + linux in serial flash */
#define CONFIG_ENV_SPI_BUS CONFIG_SF_DEFAULT_BUS
#define CONFIG_ENV_SPI_CS CONFIG_SF_DEFAULT_CS