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

Jit Loon Lim jit.loon.lim at intel.com
Mon Nov 21 16:45:47 CET 2022


From: Sin Hui Kho <sin.hui.kho at 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 at intel.com>
Signed-off-by: Jit Loon Lim <jit.loon.lim at 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
 
-- 
2.26.2



More information about the U-Boot mailing list