Merge tag 'dm-pull-8feb22-take3' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm
patman snake-case conversion binman fit improvements ACPI fixes and making MCFG available to ARM [trini: Update scripts/pylint.base] Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -357,7 +357,6 @@ static void serial_stub_putc(struct stdio_dev *sdev, const char ch)
|
||||
{
|
||||
_serial_putc(sdev->priv, ch);
|
||||
}
|
||||
#endif
|
||||
|
||||
static void serial_stub_puts(struct stdio_dev *sdev, const char *str)
|
||||
{
|
||||
@@ -374,6 +373,7 @@ static int serial_stub_tstc(struct stdio_dev *sdev)
|
||||
return _serial_tstc(sdev->priv);
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/**
|
||||
* on_baudrate() - Update the actual baudrate when the env var changes
|
||||
|
||||
@@ -22,11 +22,6 @@ static int nulldev_serial_pending(struct udevice *dev, bool input)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int nulldev_serial_input(struct udevice *dev)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int nulldev_serial_putc(struct udevice *dev, const char ch)
|
||||
{
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user