Loading
linux: only use uinstall when on armv7
The `uinstall` make target only exists for the armv7 architecture in linux source, we should not use it if we are not building for armv7. ``` $ rg uinstall arch/arm/Makefile 293:INSTALL_TARGETS = zinstall uinstall install 327: echo ' uinstall - Install U-Boot wrapped compressed kernel' ```