Upgrade dependencies

This commit is contained in:
2020-09-07 18:41:44 +02:00
parent 738c2f5a82
commit de6f39bddc
329 changed files with 50010 additions and 109914 deletions

View File

@@ -994,7 +994,7 @@ func (d *driverGPIO) After() []string {
// for the exact processor model detected.
func (d *driverGPIO) Init() (bool, error) {
if !Present() {
return false, errors.New("Allwinner CPU not detected")
return false, errors.New("no Allwinner CPU detected")
}
// Mark the right pins as available even if the memory map fails so they can

View File

@@ -478,7 +478,7 @@ func (d *driverGPIOPL) After() []string {
func (d *driverGPIOPL) Init() (bool, error) {
// BUG(maruel): H3 supports group PL too.
if !IsA64() {
return false, errors.New("A64 CPU not detected")
return false, errors.New("no A64 CPU detected")
}
// Mark the right pins as available even if the memory map fails so they can