From 6b2781f67970728354174c021c740626a2d620e8 Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Sat, 4 Mar 2017 10:45:42 +0800 Subject: imx: mx6slevk: use SPI_BOOT Use SPI_BOOT instead of SYS_BOOT_SPINOR. Signed-off-by: Peng Fan Cc: Stefano Babic --- include/configs/mx6slevk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs/mx6slevk.h') diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h index 3e7e5a3..19dcc5c 100644 --- a/include/configs/mx6slevk.h +++ b/include/configs/mx6slevk.h @@ -145,7 +145,7 @@ /* Environment organization */ #define CONFIG_ENV_SIZE SZ_8K -#if defined CONFIG_SYS_BOOT_SPINOR +#if defined CONFIG_SPI_BOOT #define CONFIG_ENV_IS_IN_SPI_FLASH #define CONFIG_ENV_OFFSET (768 * 1024) #define CONFIG_ENV_SECT_SIZE (64 * 1024) -- cgit v1.1