stm32mp1: board: add spi nand support
[oweals/u-boot.git] / include / configs / venice2.h
index a86ae212f265c2d0dbf54a5c92177c9c31950069..b62a43054a21c67259f241baaadc73aeed945237 100644 (file)
 /* Environment in eMMC, at the end of 2nd "boot sector" */
 #define CONFIG_SYS_MMC_ENV_DEV         0
 #define CONFIG_SYS_MMC_ENV_PART                2
-#define CONFIG_ENV_OFFSET              (-CONFIG_ENV_SIZE)
 
 /* SPI */
-#define CONFIG_SF_DEFAULT_MODE         SPI_MODE_0
-#define CONFIG_SF_DEFAULT_SPEED        24000000
 #define CONFIG_SPI_FLASH_SIZE          (4 << 20)
 
 #include "tegra-common-usb-gadget.h"