[PATCH] include: configs: soc64: Disable SPL load U-Boot image using raw method

From: Sin Hui Kho sin.hui.kho@intel.com
Since u-boot raw image is no longer supported, SPL will not use raw method to load u-boot raw image. This changes is applicable for all Intel SOC64 device for NAND boot.
Signed-off-by: Sin Hui Kho sin.hui.kho@intel.com Signed-off-by: Jit Loon Lim jit.loon.lim@intel.com --- include/configs/socfpga_soc64_common.h | 3 --- 1 file changed, 3 deletions(-)
diff --git a/include/configs/socfpga_soc64_common.h b/include/configs/socfpga_soc64_common.h index 170b647826..552a922e39 100644 --- a/include/configs/socfpga_soc64_common.h +++ b/include/configs/socfpga_soc64_common.h @@ -37,9 +37,6 @@ * NAND support */ #ifdef CONFIG_NAND_DENALI -#ifndef CONFIG_SPL_FIT -#define CONFIG_SPL_NAND_RAW_ONLY -#endif #define CONFIG_SYS_NAND_ONFI_DETECTION #define CONFIG_SYS_MAX_NAND_DEVICE 1
participants (1)
-
Jit Loon Lim