mirror of
https://xff.cz/git/u-boot/
synced 2025-11-01 10:56:02 +01:00
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
As part of bringing the master branch back in to next, we need to allow for all of these changes to exist here. Reported-by: Jonas Karlman <jonas@kwiboo.se> Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
#define __EEPROM_LEGACY_H
|
||||
|
||||
#if defined(CONFIG_CMD_EEPROM) || defined(CONFIG_ENV_IS_IN_EEPROM)
|
||||
#include <linux/types.h>
|
||||
|
||||
void eeprom_init(int bus);
|
||||
int eeprom_read(uint dev_addr, uint offset, uchar *buffer, uint cnt);
|
||||
int eeprom_write(uint dev_addr, uint offset, uchar *buffer, uint cnt);
|
||||
|
||||
Reference in New Issue
Block a user