diff options
author | Simon Glass | 2021-08-08 12:20:14 -0600 |
---|---|---|
committer | Tom Rini | 2021-09-04 12:26:02 -0400 |
commit | ea2ca7e17ecfaeef010f8f60d05599da0fd6a519 (patch) | |
tree | 96dbcf16f91903248fa0357714c704095f23721d /board/liebherr | |
parent | 52510486c59bf3a2dd91d636045af73da562a90b (diff) |
spi: Rename SPI_SUPPORT to SPI
Rename these options so that CONFIG_IS_ENABLED can be used with them.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/liebherr')
-rw-r--r-- | board/liebherr/display5/spl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/liebherr/display5/spl.c b/board/liebherr/display5/spl.c index 200e586c575..d5fe336d22d 100644 --- a/board/liebherr/display5/spl.c +++ b/board/liebherr/display5/spl.c @@ -273,7 +273,7 @@ static void spl_dram_init(void) #endif } -#ifdef CONFIG_SPL_SPI_SUPPORT +#ifdef CONFIG_SPL_SPI static void displ5_init_ecspi(void) { displ5_set_iomux_ecspi_spl(); |