X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cmd%2Funiverse.c;h=5ff47dde4fbed9686c90e24b18a9eb9eec145e29;hb=358b6f72c28c80699536f7137063095116e1675e;hp=c9310363f10edb53ea1b81e910fd41dc7b0ba513;hpb=d82477748d641e60ba3e1a0b55d98362aed70f80;p=oweals%2Fu-boot.git diff --git a/cmd/universe.c b/cmd/universe.c index c9310363f1..5ff47dde4f 100644 --- a/cmd/universe.c +++ b/cmd/universe.c @@ -1,7 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * (C) Copyright 2003 Stefan Roese, stefan.roese@esd-electronics.com - * - * SPDX-License-Identifier: GPL-2.0+ */ #include @@ -299,7 +298,7 @@ int universe_vme_slave_window(unsigned int vmeAddr, unsigned int pciAddr, int si /* * Tundra Universe configuration */ -int do_universe(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) +int do_universe(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) { ulong addr1 = 0, addr2 = 0, size = 0, vam = 0, pms = 0, vdw = 0; char cmd = 'x';