Re: [PATCH 2/8] mx6memcal: Finish migration to defconfig options

2020-06-04 Thread Tom Rini
On Tue, May 26, 2020 at 03:06:13PM -0400, Tom Rini wrote: > The config header for this platform uses '#undef' in a number of cases. > All of the MMC related ones were already handled correctly in the > defconfig file. In the case of CONFIG_CMD_FUSE, the command was being > built and enabled via

Re: [PATCH 2/8] mx6memcal: Finish migration to defconfig options

2020-06-02 Thread Eric Nelson
Reviewed by: Eric Nelson On 5/26/20 12:06 PM, Tom Rini wrote: The config header for this platform uses '#undef' in a number of cases. All of the MMC related ones were already handled correctly in the defconfig file. In the case of CONFIG_CMD_FUSE, the command was being built and enabled via

[PATCH 2/8] mx6memcal: Finish migration to defconfig options

2020-05-26 Thread Tom Rini
The config header for this platform uses '#undef' in a number of cases. All of the MMC related ones were already handled correctly in the defconfig file. In the case of CONFIG_CMD_FUSE, the command was being built and enabled via defconfig. Disable it in the defconfig, cleanup the header. Cc: