ARM bootloader
U-Boot is a bootloader used mostly for ARM boards. It also initializes the boards (RAM etc).
Linter | Message | Location |
---|---|---|
input-labels Identify input labels that do not match package names | label 'cross-gcc' does not match package name 'gcc-cross-sans-libc-arm-linux-gnueabihf' | |
input-labels Identify input labels that do not match package names | label 'cross-binutils' does not match package name 'binutils-cross-arm-linux-gnueabihf' | |
patch-file-names Validate file names and availability of patches | file names of patches should start with the package name | |
formatting Look for formatting issues in the source | line 726 is way too long (93 characters) |