“d041b5ea93352b3d226352a7238a89da2dd7becb”上不存在“arch/x86/git@gitcode.net:openeuler/kernel.git”
提交 eba3d97d 编写于 作者: S Suzuki Poulose 提交者: Josh Boyer

powerpc/boot: Change the WARN to INFO for boot wrapper overlap message

commit c55aef0e ("powerpc/boot: Change the load address
for the wrapper to fit the kernel") introduced a WARNING to
inform the user that the uncompressed kernel would overlap
the boot uncompressing wrapper code. Change it to an INFO.

I initially thought, this would be a 'WARNING' for the those
boards, where the link_address should be fixed, so that the
user can take actions accordingly.

Changing the same to INFO.
Signed-off-by: NSuzuki K. Poulose <suzuki@in.ibm.com>
Signed-off-by: NJosh Boyer <jwboyer@gmail.com>
上级 eb975652
......@@ -285,9 +285,9 @@ round_size=0x$(printf "%x" $round_size)
link_addr=$(printf "%d" $link_address)
if [ $link_addr -lt $strip_size ]; then
echo "WARN: Uncompressed kernel (size 0x$(printf "%x\n" $strip_size))" \
echo "INFO: Uncompressed kernel (size 0x$(printf "%x\n" $strip_size))" \
"overlaps the address of the wrapper($link_address)"
echo "WARN: Fixing the link_address of wrapper to ($round_size)"
echo "INFO: Fixing the link_address of wrapper to ($round_size)"
link_address=$round_size
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部