public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] include: configs: soc64: Disable SPL load U-Boot image using raw method
@ 2022-11-21 15:45 Jit Loon Lim
  0 siblings, 0 replies; only message in thread
From: Jit Loon Lim @ 2022-11-21 15:45 UTC (permalink / raw)
  To: u-boot
  Cc: Jagan Teki, Vignesh R, Marek, Simon, Tien Fong, Kok Kiang,
	Siew Chin, Sin Hui, Raaj, Dinesh, Boon Khai, Alif, Teik Heng,
	Hazim, Jit Loon Lim, Sieu Mun Tang

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
 
-- 
2.26.2


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-21 15:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-21 15:45 [PATCH] include: configs: soc64: Disable SPL load U-Boot image using raw method Jit Loon Lim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox