]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit91801072327e32658b7842852fbda2cc8509cf49
tree62dd8736ed2fd653d40e66a031b0cda014ed112b
parent17f655a3aa0b19cb4c0b11596de0218254c96ae6
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