diff options
| author | Wolfgang Denk <wd@denx.de> | 2011-09-04 21:51:32 +0000 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2011-09-05 11:20:33 +0200 | 
| commit | f0e494988f988f29a47cb25b548c9acbbfe2fbc1 (patch) | |
| tree | 580dcf603d9b646e8f15aee583ae3723c8b0fc16 | |
| parent | cb0090e804be552a75155a3596195077df3d6b69 (diff) | |
| download | olio-uboot-2014.01-f0e494988f988f29a47cb25b548c9acbbfe2fbc1.tar.xz olio-uboot-2014.01-f0e494988f988f29a47cb25b548c9acbbfe2fbc1.zip | |
MPC8xx: fix build problem for ETX094 board
Commit 58c583b "net: Check network device driver name" increased the
code size and broke building for the ETX094 board.
Adjust the linker script to make it build again.
Signed-off-by: Wolfgang Denk <wd@denx.de>
| -rw-r--r-- | board/etx094/u-boot.lds | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/board/etx094/u-boot.lds b/board/etx094/u-boot.lds index d4cea0c27..b00d2b380 100644 --- a/board/etx094/u-boot.lds +++ b/board/etx094/u-boot.lds @@ -37,7 +37,6 @@ SECTIONS      net/libnet.o			(.text*)      arch/powerpc/cpu/mpc8xx/libmpc8xx.o	(.text*)      *(.text.printf) -    *(.text.vprintf)      *(.text.vsprintf)      . = env_offset; |