diff options
author | Roger Quadros <rogerq@ti.com> | 2017-03-13 15:04:32 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-03-20 17:57:15 -0400 |
commit | 752a8311e9c13af807ff9a32fbb2491282a41c8a (patch) | |
tree | 5ce9af67bfc00be491b1c16f289befe1db2aaac8 /arch/arm/mach-keystone | |
parent | 66e04fb503baa67a444401e8562ebace48800b97 (diff) | |
download | u-boot-752a8311e9c13af807ff9a32fbb2491282a41c8a.tar.gz |
ARM: k2g: setup PRU ethernet MAC addresses
PRU ethernet MAC address range is present in the
board EEPROM. Parse it and setup eth?addr
environment variables.
Signed-off-by: Roger Quadros <rogerq@ti.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/mach-keystone')
-rw-r--r-- | arch/arm/mach-keystone/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-keystone/Kconfig b/arch/arm/mach-keystone/Kconfig index e1962c779a..67f5fa0265 100644 --- a/arch/arm/mach-keystone/Kconfig +++ b/arch/arm/mach-keystone/Kconfig @@ -15,6 +15,8 @@ config TARGET_K2L_EVM config TARGET_K2G_EVM bool "TI Keystone 2 Galileo EVM" + select BOARD_LATE_INIT + select TI_I2C_BOARD_DETECT endchoice |