diff options
-rwxr-xr-x | arch/powerpc/boot/wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/boot/wrapper b/arch/powerpc/boot/wrapper index 3790dcd13640..f090e6d2907e 100755 --- a/arch/powerpc/boot/wrapper +++ b/arch/powerpc/boot/wrapper | |||
@@ -285,9 +285,9 @@ round_size=0x$(printf "%x" $round_size) | |||
285 | link_addr=$(printf "%d" $link_address) | 285 | link_addr=$(printf "%d" $link_address) |
286 | 286 | ||
287 | if [ $link_addr -lt $strip_size ]; then | 287 | if [ $link_addr -lt $strip_size ]; then |
288 | echo "WARN: Uncompressed kernel (size 0x$(printf "%x\n" $strip_size))" \ | 288 | echo "INFO: Uncompressed kernel (size 0x$(printf "%x\n" $strip_size))" \ |
289 | "overlaps the address of the wrapper($link_address)" | 289 | "overlaps the address of the wrapper($link_address)" |
290 | echo "WARN: Fixing the link_address of wrapper to ($round_size)" | 290 | echo "INFO: Fixing the link_address of wrapper to ($round_size)" |
291 | link_address=$round_size | 291 | link_address=$round_size |
292 | fi | 292 | fi |
293 | 293 | ||