X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=arch%2Fnds32%2Flib%2Fboot.c;h=da2fd36a16c4b50b059a32c2474681b8df91ebed;hb=09140113108541b95d340f3c7b6ee597d31ccc73;hp=f9c1c6b3ff6310ad4e13f5997154f042a40c46af;hpb=b841b6e94662b3b21a56d6ecaab64dcdfb0d311c;p=oweals%2Fu-boot.git diff --git a/arch/nds32/lib/boot.c b/arch/nds32/lib/boot.c index f9c1c6b3ff..da2fd36a16 100644 --- a/arch/nds32/lib/boot.c +++ b/arch/nds32/lib/boot.c @@ -1,18 +1,15 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2011 Andes Technology Corporation * Rick Chen, Andes Technology Corporation - * - * SPDX-License-Identifier: GPL-2.0+ */ #include #include -DECLARE_GLOBAL_DATA_PTR; - unsigned long do_go_exec(ulong (*entry)(int, char * const []), - int argc, char * const argv[]) + int argc, char *const argv[]) { cleanup_before_linux();