mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-08 19:47:12 -04: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,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* 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 @@
|
|||||||
#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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user