未验证 提交 ae3d69bc 编写于 作者: V Vitaly Wool 提交者: Palmer Dabbelt

riscv: fix typo in init.c

Commit 01062356 introduced a typo in "__initdata" spelling
which led to build breakage for XIP. Fix that.

Fixes: 01062356 ("riscv: mm: init: Consolidate vars, functions")
Signed-off-by: NVitaly Wool <vitaly.wool@konsulko.com>
Signed-off-by: NPalmer Dabbelt <palmerdabbelt@google.com>
上级 efcec32f
无相关合并请求
......@@ -451,7 +451,7 @@ static uintptr_t load_sz __initdata;
#endif
#ifdef CONFIG_XIP_KERNEL
static uintptr_t xiprom __inidata;
static uintptr_t xiprom __initdata;
static uintptr_t xiprom_sz __initdata;
#define xiprom_sz (*((uintptr_t *)XIP_FIXUP(&xiprom_sz)))
#define xiprom (*((uintptr_t *)XIP_FIXUP(&xiprom)))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
反馈
建议
客服 返回
顶部