mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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>
This commit is contained in:
parent
0c080aa753
commit
a3c08363b9
1 changed files with 1 additions and 2 deletions
|
@ -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…
Reference in a new issue