diff options
author | Tom Rini | 2020-01-07 08:44:56 -0500 |
---|---|---|
committer | Tom Rini | 2020-01-07 08:44:56 -0500 |
commit | ac0f978afd4b8d388b0b194bc6e5982efc383a59 (patch) | |
tree | 14d2f8683c0b6425147b3531a071a347b38bef94 /arch | |
parent | 5a8fa095cb848c60c630a83edf30d4fc46101e90 (diff) | |
parent | 96b225b0c8359d6873bc09d651ab8d57a2be3aa5 (diff) |
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')
-rw-r--r-- | arch/arm/mach-at91/include/mach/at91_common.h | 1 |
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 e929b5e1d20..01e00c508a8 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 */ |