From: Lothar Waßmann Date: Fri, 21 Aug 2015 14:44:43 +0000 (+0200) Subject: imx: add missing definition for hw_bch_debug0 reg X-Git-Tag: KARO-TX6-2015-09-18~4034^2~1^2~4 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=8b07e1565c9e99e8c01614655967a923076f03f0 imx: add missing definition for hw_bch_debug0 reg --- diff --git a/arch/arm/include/asm/imx-common/regs-bch.h b/arch/arm/include/asm/imx-common/regs-bch.h index dfd5f96896..327b8d693f 100644 --- a/arch/arm/include/asm/imx-common/regs-bch.h +++ b/arch/arm/include/asm/imx-common/regs-bch.h @@ -35,6 +35,7 @@ struct bch_regs { mxs_reg_32(hw_bch_flash2layout1); mxs_reg_32(hw_bch_flash3layout0); mxs_reg_32(hw_bch_flash3layout1); + mxs_reg_32(hw_bch_debug0); mxs_reg_32(hw_bch_dbgkesread); mxs_reg_32(hw_bch_dbgcsferead); mxs_reg_32(hw_bch_dbgsyndegread);