commit | 1ba95bd7a10ae3d2d51bedb18bf6bdb1f71ca5db | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Feb 01 13:19:46 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Tue Feb 07 14:33:48 2023 -0500 |
tree | 62dd8736ed2fd653d40e66a031b0cda014ed112b | |
parent | 57be37dd3395411b4f7fe79eef980b6aa488bfcf [diff] |
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>