sunxi: move CONFIG_SYS_SPI_U_BOOT_OFFS out of defconfig
[platform/kernel/u-boot.git] / common / spl / Kconfig
index 76f39dc..b03a476 100644 (file)
@@ -1100,6 +1100,7 @@ endif # SPL_SPI_FLASH_SUPPORT
 
 config SYS_SPI_U_BOOT_OFFS
        hex "address of u-boot payload in SPI flash"
+       default 0x8000 if ARCH_SUNXI
        default 0x0
        depends on SPL_SPI_LOAD || SPL_SPI_SUNXI
        help