diff options
Diffstat (limited to 'src/sam3x8e/main.c')
-rw-r--r-- | src/sam3x8e/main.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/sam3x8e/main.c b/src/sam3x8e/main.c index a7e7ee55..50cc18b4 100644 --- a/src/sam3x8e/main.c +++ b/src/sam3x8e/main.c @@ -1,6 +1,6 @@ // Main starting point for SAM3x8e boards. // -// Copyright (C) 2016 Kevin O'Connor <kevin@koconnor.net> +// Copyright (C) 2016,2017 Kevin O'Connor <kevin@koconnor.net> // // This file may be distributed under the terms of the GNU GPLv3 license. @@ -43,12 +43,6 @@ command_reset(uint32_t *args) } DECL_COMMAND_FLAGS(command_reset, HF_IN_SHUTDOWN, "reset"); -size_t -alloc_maxsize(size_t reqsize) -{ - return reqsize; -} - void * __visible _sbrk(int nbytes) { |