Skip to content
Snippets Groups Projects
Commit a3c08363 authored by Mike Frysinger's avatar Mike Frysinger
Browse files

Blackfin: drop bfin #undef in linker script


Now that the linker script is preprocessed with -ansi, there is no need to
manually undef the bfin define.

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 0c080aa7
No related branches found
No related tags found
No related merge requests found
/* /*
* U-boot - u-boot.lds.S * U-boot - u-boot.lds.S
* *
* Copyright (c) 2005-2008 Analog Device Inc. * Copyright (c) 2005-2010 Analog Device Inc.
* *
* (C) Copyright 2000-2004 * (C) Copyright 2000-2004
* Wolfgang Denk, DENX Software Engineering, wd@denx.de. * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
#include <asm/blackfin.h> #include <asm/blackfin.h>
#undef ALIGN #undef ALIGN
#undef ENTRY #undef ENTRY
#undef bfin
#ifndef LDS_BOARD_TEXT #ifndef LDS_BOARD_TEXT
# define LDS_BOARD_TEXT # define LDS_BOARD_TEXT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment