X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=inline;f=board%2Fl%2Bg%2Fvinco%2Fvinco.c;h=029ab12391821daad8be6242ec0afaf626dd5a0a;hb=da06f9a1850b074904966121b125c000ffc07b2f;hp=a938a2c2e1d468023388a0c177d95c97b868c690;hpb=3fea95369850987de15a2a0ac009d05e13b90246;p=oweals%2Fu-boot.git diff --git a/board/l+g/vinco/vinco.c b/board/l+g/vinco/vinco.c index a938a2c2e1..029ab12391 100644 --- a/board/l+g/vinco/vinco.c +++ b/board/l+g/vinco/vinco.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Board file for the VInCo platform * Based on the the SAMA5-EK board file @@ -6,8 +7,6 @@ * Bo Shen * Copyright (C) 2015 Free Electrons * Gregory CLEMENT - * - * SPDX-License-Identifier: GPL-2.0+ */ #include @@ -33,7 +32,8 @@ DECLARE_GLOBAL_DATA_PTR; -#ifdef CONFIG_ATMEL_SPI +/* FIXME gpio code here need to handle through DM_GPIO */ +#ifndef CONFIG_DM_SPI int spi_cs_is_valid(unsigned int bus, unsigned int cs) { return bus == 0 && cs == 0; @@ -166,7 +166,7 @@ int board_init(void) /* adress of boot parameters */ gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100; -#ifdef CONFIG_ATMEL_SPI +#ifndef CONFIG_DM_SPI vinco_spi0_hw_init(); #endif