]> git.sur5r.net Git - u-boot/blobdiff - tools/aisimage.c
arm64: Add tool to statically apply RELA relocations
[u-boot] / tools / aisimage.c
index cd89145867d5b17351b27112017ef7d83a7b80d7..04fb649899bd7beb9698aab044f74eb8125cdd1f 100644 (file)
@@ -2,12 +2,9 @@
  * (C) Copyright 2011
  * Stefano Babic, DENX Software Engineering, sbabic@denx.de.
  *
- * SPDX-License-Identifier:    GPL-2.0+ 
+ * SPDX-License-Identifier:    GPL-2.0+
  */
 
-/* Required to obtain the getline prototype from stdio.h */
-#define _GNU_SOURCE
-
 #include "mkimage.h"
 #include "aisimage.h"
 #include <image.h>