diff options
author | Tom Rini <trini@konsulko.com> | 2020-05-26 15:06:13 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-04 15:05:45 -0400 |
commit | a4c67b0eb352748293b3580f8fc148b715190447 (patch) | |
tree | 473dedc237c36c4ecbd03eb3ae2455f2da3edca2 /configs | |
parent | 049756c2fee45bc4bc9054dbe024c3c80584b446 (diff) | |
download | u-boot-a4c67b0eb352748293b3580f8fc148b715190447.tar.gz |
mx6memcal: Finish migration to defconfig options
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.
Reviewed-by: Eric Nelson <eric@nelint.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mx6memcal_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mx6memcal_defconfig b/configs/mx6memcal_defconfig index 8b5e0ff9b1..ed24b7996b 100644 --- a/configs/mx6memcal_defconfig +++ b/configs/mx6memcal_defconfig @@ -33,6 +33,7 @@ CONFIG_CMD_MEMINFO=y CONFIG_CMD_MEMTEST=y CONFIG_SYS_MEMTEST_START=0x10000000 CONFIG_SYS_MEMTEST_END=0x20000000 +# CONFIG_CMD_FUSE is not set # CONFIG_CMD_LOADB is not set # CONFIG_CMD_LOADS is not set CONFIG_CMD_CACHE=y |