diff options
Diffstat (limited to 'include/configs/ot1200.h')
-rw-r--r-- | include/configs/ot1200.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ot1200.h b/include/configs/ot1200.h index 7dfcccb82b..17ccf8b741 100644 --- a/include/configs/ot1200.h +++ b/include/configs/ot1200.h @@ -59,7 +59,7 @@ /* SPL */ #ifdef CONFIG_SPL #include "imx6_spl.h" -#define CONFIG_SYS_SPI_U_BOOT_OFFS (64 * 1024) +#define CONFIG_SYS_SPI_U_BOOT_OFFS 0x10000 #endif #define CONFIG_FEC_MXC |