]> git.ipfire.org Git - thirdparty/u-boot.git/commit
board: atmel: Create board/$(VENDOR)/common folder
authorWenyou Yang <wenyou.yang@microchip.com>
Fri, 1 Sep 2017 08:26:16 +0000 (16:26 +0800)
committerTom Rini <trini@konsulko.com>
Mon, 11 Sep 2017 20:23:06 +0000 (16:23 -0400)
commitd9b23e26f0b663752e915763d6e2da2fd12fe4b2
tree5cb19eced1797c3b8499f588ac6166cb09c30552
parent08318317afb365a35f06df788feeed56825dbe61
board: atmel: Create board/$(VENDOR)/common folder

Create board/$(VENDOR)/common folder to accommodate the common code
shared by other atmel boards, now put the code to set ethernet mac
address from eeprom, which uses the i2c eeprom driver.

Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/mach-at91/include/mach/at91_common.h
board/atmel/common/Makefile [new file with mode: 0644]
board/atmel/common/board.c [new file with mode: 0644]
board/atmel/common/mac_eeprom.c [new file with mode: 0644]