git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d42a06
)
arm: baltos: remove obsolete GPMC_NAND_ECC_LP_x8_LAYOUT macro
author
Yegor Yefremov
<yegorslists@googlemail.com>
Fri, 26 Sep 2025 08:20:23 +0000
(10:20 +0200)
committer
Tom Rini
<trini@konsulko.com>
Wed, 8 Oct 2025 22:12:53 +0000
(16:12 -0600)
This define is obsolete, and bus width is now handled via
CONFIG_SYS_NAND_BUSWIDTH_16BIT option.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
include/configs/baltos.h
patch
|
blob
|
history
diff --git
a/include/configs/baltos.h
b/include/configs/baltos.h
index
cc54b51
..
4223619
100644
(file)
--- 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 */