Skip to content

main/u-boot: for raspberrypi subpackage add missing dependancy

Dermot Bradley requested to merge dbradley/aports:u-boot-rpi-add-dep into master

The u-boot binary is chainloaded by the usual Raspberry Pi bootcode.bin file - the u-boot.bin file is specified as "kernel" value in the config.txt file read by bootcode.bin. Therefore the u-boot-raspberrypi package should depends on the raspberrypi-bootloader package.

Merge request reports