X-Git-Url: https://git.librecmc.org/?p=oweals%2Fu-boot.git;a=blobdiff_plain;f=board%2Ffreescale%2Fp2041rdb%2Fcpld.c;h=b042fe3bcbc06d11db421dc0f41f31657a70b96e;hp=34901aa3c904228c2e5c68835e4936bb06b2eec7;hb=09140113108541b95d340f3c7b6ee597d31ccc73;hpb=3be2bdf5dc69b3142c1162a59bc67191c9077567 diff --git a/board/freescale/p2041rdb/cpld.c b/board/freescale/p2041rdb/cpld.c index 34901aa3c9..b042fe3bcb 100644 --- a/board/freescale/p2041rdb/cpld.c +++ b/board/freescale/p2041rdb/cpld.c @@ -1,9 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0+ /** * Copyright 2011 Freescale Semiconductor * Author: Mingkai Hu * - * SPDX-License-Identifier: GPL-2.0+ - * * This file provides support for the board-specific CPLD used on some Freescale * reference boards. * @@ -88,7 +87,7 @@ static void cpld_dump_regs(void) } #endif -int cpld_cmd(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) +int cpld_cmd(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) { int rc = 0;