Commit 7a57cfa932426984b996c3b4e34c7984a27968b4

Authored by Han Xu
Committed by Ye Li
1 parent 7fadef3d13

MLK-22954-2: Kconfig: change the nandbcb Kconfig for iMX8QX

Add the ARCH_MX8 in Kconfig for supporting iMX8QX in nandbcb

Signed-off-by: Han Xu <han.xu@nxp.com>
(cherry picked from commit a91c8b42b6d8385bbd09652a5e18e3c2286eb305)

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/arm/mach-imx/Kconfig
... ... @@ -149,7 +149,7 @@
149 149 bool "i.MX6 NAND Boot Control Block(BCB) command"
150 150 depends on MTD_RAW_NAND && CMD_MTDPARTS
151 151 select BCH if MX6UL || MX6ULL
152   - default y if ((ARCH_MX6 || ARCH_MX7 || ARCH_IMX8M) && NAND_MXS)
  152 + default y if ((ARCH_MX6 || ARCH_MX7 || ARCH_IMX8M || ARCH_IMX8) && NAND_MXS)
153 153 help
154 154 Unlike normal 'nand write/erase' commands, this command update
155 155 Boot Control Block(BCB) for i.MX6 platform NAND IP's.