diff mbox series

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

Message ID 20221121154547.26750-1-jit.loon.lim@intel.com
State Needs Review / ACK, archived
Delegated to: Marek Vasut
Headers show
Series include: configs: soc64: Disable SPL load U-Boot image using raw method | expand

Commit Message

Jit Loon Lim Nov. 21, 2022, 3:45 p.m. UTC
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 mbox series

Patch

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