[PATCH] arm: baltos: remove obsolete GPMC_NAND_ECC_LP_x8_LAYOUT macro
yegorslists at googlemail.com
yegorslists at googlemail.com
Fri Sep 26 10:20:23 CEST 2025
From: Yegor Yefremov <yegorslists at googlemail.com>
This define is obsolete, and bus width is now handled via
CONFIG_SYS_NAND_BUSWIDTH_16BIT option.
Signed-off-by: Yegor Yefremov <yegorslists at googlemail.com>
---
include/configs/baltos.h | 5 -----
1 file changed, 5 deletions(-)
diff --git a/include/configs/baltos.h b/include/configs/baltos.h
index 5e397c1a0c2..e1ee441a223 100644
--- a/include/configs/baltos.h
+++ b/include/configs/baltos.h
@@ -211,9 +211,4 @@
#endif
#endif
-/* NAND support */
-#ifdef CONFIG_MTD_RAW_NAND
-#define GPMC_NAND_ECC_LP_x8_LAYOUT 1
-#endif
-
#endif /* ! __CONFIG_BALTOS_H */
--
2.34.1
More information about the U-Boot
mailing list