From: Yegor Yefremov Date: Fri, 26 Sep 2025 08:20:23 +0000 (+0200) Subject: arm: baltos: remove obsolete GPMC_NAND_ECC_LP_x8_LAYOUT macro X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f03601e3699b016d97c51208902e8401c5950923;p=thirdparty%2Fu-boot.git 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 --- 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 */