summaryrefslogtreecommitdiff
path: root/board/etx094/u-boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/etx094/u-boot.lds')
-rw-r--r--board/etx094/u-boot.lds4
1 files changed, 3 insertions, 1 deletions
diff --git a/board/etx094/u-boot.lds b/board/etx094/u-boot.lds
index b68d9ea..d4cea0c 100644
--- a/board/etx094/u-boot.lds
+++ b/board/etx094/u-boot.lds
@@ -36,7 +36,9 @@ SECTIONS
arch/powerpc/cpu/mpc8xx/traps.o (.text*)
net/libnet.o (.text*)
arch/powerpc/cpu/mpc8xx/libmpc8xx.o (.text*)
- *(.text.*printf*)
+ *(.text.printf)
+ *(.text.vprintf)
+ *(.text.vsprintf)
. = env_offset;
common/env_embedded.o (.text*)