summaryrefslogtreecommitdiff
path: root/arch/arm/mach-at91
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-01-07 16:44:56 +0300
committerTom Rini <trini@konsulko.com>2020-01-07 16:44:56 +0300
commitac0f978afd4b8d388b0b194bc6e5982efc383a59 (patch)
tree14d2f8683c0b6425147b3531a071a347b38bef94 /arch/arm/mach-at91
parent5a8fa095cb848c60c630a83edf30d4fc46101e90 (diff)
parent96b225b0c8359d6873bc09d651ab8d57a2be3aa5 (diff)
downloadu-boot-ac0f978afd4b8d388b0b194bc6e5982efc383a59.tar.xz
Merge tag 'u-boot-atmel-2020.04-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel
First set of u-boot-atmel features for 2020.04 cycle This feature set is a patch series from Tudor Ambarus which includes parsing of the spi flash SFDP parser for SST flashes, and using those tables to retrieve unique saved per device MAC address. This is then used as base mac address on the SAMA5D2 Wireless SOM EK board.
Diffstat (limited to 'arch/arm/mach-at91')
-rw-r--r--arch/arm/mach-at91/include/mach/at91_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/include/mach/at91_common.h b/arch/arm/mach-at91/include/mach/at91_common.h
index e929b5e1d2..01e00c508a 100644
--- a/arch/arm/mach-at91/include/mach/at91_common.h
+++ b/arch/arm/mach-at91/include/mach/at91_common.h
@@ -40,6 +40,7 @@ void configure_ddrcfg_input_buffers(bool open);
#endif
int at91_set_ethaddr(int offset);
+void at91_spi_nor_set_ethaddr(void);
int at91_video_show_board_info(void);
#endif /* AT91_COMMON_H */