X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Fmaxbcm%2Fmaxbcm.c;h=3c6422214f777c7fff863a73677a86465a909ad9;hb=07672c478e3a6aa0ac2ddb5b05a181b1025fd759;hp=db6ad99efea10da9a5f07dd33034dc498aad7d6d;hpb=82d72a1b9967cff4908f22c57536c3660f794401;p=oweals%2Fu-boot.git diff --git a/board/maxbcm/maxbcm.c b/board/maxbcm/maxbcm.c index db6ad99efe..3c6422214f 100644 --- a/board/maxbcm/maxbcm.c +++ b/board/maxbcm/maxbcm.c @@ -1,10 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2014 Stefan Roese - * - * SPDX-License-Identifier: GPL-2.0+ */ #include +#include #include #include #include @@ -96,7 +96,7 @@ MV_DRAM_MODES *ddr3_get_static_ddr_mode(void) return &maxbcm_ddr_modes[0]; } -MV_BIN_SERDES_CFG *board_serdes_cfg_get(u8 pex_mode) +MV_BIN_SERDES_CFG *board_serdes_cfg_get(void) { return &maxbcm_serdes_cfg[0]; }