diff options
Diffstat (limited to 'arch/riscv/lib')
-rw-r--r-- | arch/riscv/lib/boot.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/riscv/lib/boot.c b/arch/riscv/lib/boot.c index 39ba9b49ff..ffad66d683 100644 --- a/arch/riscv/lib/boot.c +++ b/arch/riscv/lib/boot.c @@ -8,8 +8,6 @@ #include <common.h> #include <command.h> -DECLARE_GLOBAL_DATA_PTR; - unsigned long do_go_exec(ulong (*entry)(int, char * const []), int argc, char * const argv[]) { |