Merge pull request #11 from Myself5/master

Add Support for shinano phone lineup
This commit is contained in:
Vojtěch Boček
2016-03-16 19:35:16 +01:00

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,
};