bootscript/all/bootscr.uboot-generic uses bootz but arm64 requires
booti.

My idea was to copy bootscript/all/bootscr.uboot-generic to arm64 and
replace bootz with booti:

sed "s/bootz/booti/" bootscript/all/bootscr.uboot-generic > 
bootscript/arm64/bootscr.uboot-generic

debian/rules copies all/* over before arm64/* so the latter would be
used.

Is there a better approach?

-- 
Martin Michlmayr
http://www.cyrius.com/

Reply via email to