Skip to content
Snippets Groups Projects
Commit f0e49498 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

MPC8xx: fix build problem for ETX094 board


Commit 58c583b6 "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: default avatarWolfgang Denk <wd@denx.de>
parent cb0090e8
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,6 @@ SECTIONS
net/libnet.o (.text*)
arch/powerpc/cpu/mpc8xx/libmpc8xx.o (.text*)
*(.text.printf)
*(.text.vprintf)
*(.text.vsprintf)
. = env_offset;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment