imx: Rename CONFIG_MXS to CFG_MXS
authorSimon Glass <sjg@chromium.org>
Wed, 1 Feb 2023 20:19:46 +0000 (13:19 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 7 Feb 2023 19:33:48 +0000 (14:33 -0500)
commitefabbe60d2391773eefd6ff900fc840e30339960
tree62dd8736ed2fd653d40e66a031b0cda014ed112b
parentcdcc9bc1874231c446234f11038fda4ef7dfc63d
imx: Rename CONFIG_MXS to CFG_MXS

This is not a Kconfig option so we should not be setting it in the
Makefile. Rename it to use a CFS_ prefix, since this is still used in
mxsimage.c

In general tools should support all the features without reference to
CONFIG options, but this is left to the maintainer to look at.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/Makefile
tools/mxsimage.c