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: Mike Frysinger <vapier@gentoo.org>
master
Mike Frysinger 14 years ago
parent 0c080aa753
commit a3c08363b9
  1. 3
      lib_blackfin/u-boot.lds.S

@ -1,7 +1,7 @@
/*
* U-boot - u-boot.lds.S
*
* Copyright (c) 2005-2008 Analog Device Inc.
* Copyright (c) 2005-2010 Analog Device Inc.
*
* (C) Copyright 2000-2004
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
@ -29,7 +29,6 @@
#include <asm/blackfin.h>
#undef ALIGN
#undef ENTRY
#undef bfin
#ifndef LDS_BOARD_TEXT
# define LDS_BOARD_TEXT

Loading…
Cancel
Save