diff options
Diffstat (limited to 'include/configs/el6x_common.h')
-rw-r--r-- | include/configs/el6x_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/el6x_common.h b/include/configs/el6x_common.h index bf70ea0029..bd46a340c3 100644 --- a/include/configs/el6x_common.h +++ b/include/configs/el6x_common.h @@ -20,7 +20,7 @@ #define CONFIG_MXC_UART #ifdef CONFIG_SPL -#define CONFIG_SYS_SPI_U_BOOT_OFFS (64 * 1024) +#define CONFIG_SYS_SPI_U_BOOT_OFFS 0x10000 #include "imx6_spl.h" #endif |