Add Support for shinano phone lineup

This commit is contained in:
Myself5
2015-09-26 18:40:17 +02:00
parent f439cc8a86
commit 9a5a91cc20

View File

@@ -188,7 +188,7 @@ static int hammerhead_add_extra_regs(void *dtb_buf)
}
const struct arm_mach arm_mach_hammerhead = {
.boardnames = { "hammerhead", "bacon", "d851", "d855", NULL },
.boardnames = { "hammerhead", "bacon", "d851", "d855", "sirius", "aries", "z3c", "leo", "z3", NULL },
.choose_dtb = hammerhead_choose_dtb,
.add_extra_regs = hammerhead_add_extra_regs,
};