Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kexec/arch/arm/mach-shamu.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ static int shamu_add_extra_regs(void *dtb_buf)
}

const struct arm_mach arm_mach_shamu = {
.boardnames = { "shamu", NULL },
.boardnames = { "shamu", "matissewifi", NULL },
.choose_dtb = shamu_choose_dtb,
.add_extra_regs = shamu_add_extra_regs,
};