diff options
Diffstat (limited to 'include/configs/ti814x_evm.h')
-rw-r--r-- | include/configs/ti814x_evm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/ti814x_evm.h b/include/configs/ti814x_evm.h index b3f4fc506f..364bac03f7 100644 --- a/include/configs/ti814x_evm.h +++ b/include/configs/ti814x_evm.h @@ -129,7 +129,9 @@ #define CONFIG_SYS_MMCSD_FS_BOOT_PARTITION 1 #define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot.img" +#ifdef CONFIG_SPL_SPI_LOAD #define CONFIG_SYS_SPI_U_BOOT_OFFS 0x20000 +#endif #define CONFIG_SYS_SPI_U_BOOT_SIZE 0x40000 /* |