| Submitter | Wolfgang Denk |
|---|---|
| Date | Sept. 5, 2011, 7:51 a.m. |
| Message ID | <1315209092-14430-1-git-send-email-wd@denx.de> |
| Download | mbox | patch |
| Permalink | /patch/113319/ |
| State | Accepted |
| Commit | f0e494988f988f29a47cb25b548c9acbbfe2fbc1 |
| Headers | show |
Comments
Dear Wolfgang Denk, In message <1315209092-14430-1-git-send-email-wd@denx.de> you wrote: > 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> > --- > board/etx094/u-boot.lds | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) Applied, thanks. Best regards, Wolfgang Denk
Patch
diff --git a/board/etx094/u-boot.lds b/board/etx094/u-boot.lds index d4cea0c..b00d2b3 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;
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> --- board/etx094/u-boot.lds | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)