summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYegor Yefremov <[email protected]>2025-09-26 10:20:23 +0200
committerTom Rini <[email protected]>2025-10-08 16:12:53 -0600
commitf03601e3699b016d97c51208902e8401c5950923 (patch)
tree64c1c0a7f50e98fe1b065637bf67b930bddac814 /include
parent9d42a06019178ccd0fff37864ff09c2335c68308 (diff)
arm: baltos: remove obsolete GPMC_NAND_ECC_LP_x8_LAYOUT macro
This define is obsolete, and bus width is now handled via CONFIG_SYS_NAND_BUSWIDTH_16BIT option. Signed-off-by: Yegor Yefremov <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/baltos.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/baltos.h b/include/configs/baltos.h
index cc54b514fff..4223619fe5d 100644
--- a/include/configs/baltos.h
+++ b/include/configs/baltos.h
@@ -206,9 +206,4 @@
#endif
#endif
-/* NAND support */
-#ifdef CONFIG_MTD_RAW_NAND
-#define GPMC_NAND_ECC_LP_x8_LAYOUT 1
-#endif
-
#endif /* ! __CONFIG_BALTOS_H */