[PATCH] nand: vf610_nfc: Do not abuse CONFIG namespace

Bin Meng bmeng.cn at gmail.com
Fri Aug 20 11:34:33 CEST 2021


On Fri, Aug 20, 2021 at 1:56 AM Tom Rini <trini at konsulko.com> wrote:
>
> This driver uses the CONFIG namespace to set the chips internal CONFIG
> namespace related bits.  However, CONFIG is reserved for the top-level
> Kconfig based configuration system.  Use CFG as the namespace here
> instead to avoid pollution.
>
> Signed-off-by: Tom Rini <trini at konsulko.com>
> ---
>  drivers/mtd/nand/raw/vf610_nfc.c | 54 ++++++++++++++++----------------
>  1 file changed, 27 insertions(+), 27 deletions(-)
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list