]> git.baikalelectronics.ru Git - uboot.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)
commit61c22c5d03db432338d1720bea3545d6cccd1ee2
tree5cb19eced1797c3b8499f588ac6166cb09c30552
parentc7056b7d7d937737883fa3ce6b5f13c68f8dc976
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]