diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-03-23 20:23:39 (GMT) |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-04-07 05:11:12 (GMT) |
commit | a3c08363b927b84dee911bfcb29ab45d53c98f62 (patch) | |
tree | 399906e0f26596109362c812837ca11dc300fc2e /lib_blackfin | |
parent | 0c080aa753eb92e1c0033d3fd33033b2b4813884 (diff) | |
download | u-boot-fsl-qoriq-a3c08363b927b84dee911bfcb29ab45d53c98f62.tar.xz |
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>
Diffstat (limited to 'lib_blackfin')
-rw-r--r-- | lib_blackfin/u-boot.lds.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib_blackfin/u-boot.lds.S b/lib_blackfin/u-boot.lds.S index 9a757c6..2b23d8b 100644 --- a/lib_blackfin/u-boot.lds.S +++ b/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 |