commit | 2a736066687168f17a5a92c3b08d16bafc464954 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Aug 08 12:20:12 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sat Sep 04 12:26:01 2021 -0400 |
tree | b540165bccc959115d170d64c187c5585fd852fb | |
parent | 73c6ff6aac9338cb1bb3dbf9af51377e9830a849 [diff] [blame] |
serial: Rename SERIAL_SUPPORT to SERIAL Rename these options so that CONFIG_IS_ENABLED can be used with them. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/configs/rut_defconfig b/configs/rut_defconfig index 64b7796..99fd8f7 100644 --- a/configs/rut_defconfig +++ b/configs/rut_defconfig
@@ -14,7 +14,7 @@ CONFIG_SYS_MPUCLK=600 CONFIG_TARGET_RUT=y CONFIG_SPL_MMC=y -CONFIG_SPL_SERIAL_SUPPORT=y +CONFIG_SPL_SERIAL=y CONFIG_BOOTCOUNT_BOOTLIMIT=3 CONFIG_SPL=y CONFIG_SPL_FS_FAT=y