提交 8983ba27 编写于 作者: P Patrick Delaunay

stm32mp1: align serial number on bootrom

Always use upper case for serial number.
Signed-off-by: NPatrick Delaunay <patrick.delaunay@st.com>
上级 45459747
......@@ -507,7 +507,7 @@ static int setup_serial_number(void)
if (ret < 0)
return ret;
sprintf(serial_string, "%08x%08x%08x", otp[0], otp[1], otp[2]);
sprintf(serial_string, "%08X%08X%08X", otp[0], otp[1], otp[2]);
env_set("serial#", serial_string);
return 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册