summaryrefslogtreecommitdiff
path: root/arch/arm/mach-keystone
diff options
context:
space:
mode:
authorRoger Quadros <rogerq@ti.com>2017-03-13 15:04:32 +0200
committerTom Rini <trini@konsulko.com>2017-03-20 17:57:15 -0400
commit752a8311e9c13af807ff9a32fbb2491282a41c8a (patch)
tree5ce9af67bfc00be491b1c16f289befe1db2aaac8 /arch/arm/mach-keystone
parent66e04fb503baa67a444401e8562ebace48800b97 (diff)
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/Kconfig2
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