summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2016-06-10 09:35:42 +0530
committerTom Rini <trini@konsulko.com>2016-06-13 08:56:36 -0400
commit165bd7a1cc1624750376eb291bcd3c46597b4148 (patch)
tree75028cdba29499d7ec92c6450593a9987c5c2855 /board
parent9702ec00e95dbc1fd66ef8e9624c649e1ee818e5 (diff)
downloadtalos-obmc-uboot-165bd7a1cc1624750376eb291bcd3c46597b4148.tar.gz
talos-obmc-uboot-165bd7a1cc1624750376eb291bcd3c46597b4148.zip
board: am57xx: Rename TARGET_BEAGLE_X15 as TARGET_AM57XX_EVM
board/am57xx supports all boards based on am57xx. Rename the taget as TARGET_AM57XX_EVM. Fixes: 74cc8b097d9af ("board: ti: beagle_x15: Rename to indicate support for TI am57xx evms") Reviewed-by: Tom Rini <trini@konsulko.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'board')
-rw-r--r--board/ti/am57xx/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ti/am57xx/Kconfig b/board/ti/am57xx/Kconfig
index 87654f9799..cead0f4f04 100644
--- a/board/ti/am57xx/Kconfig
+++ b/board/ti/am57xx/Kconfig
@@ -1,4 +1,4 @@
-if TARGET_BEAGLE_X15
+if TARGET_AM57XX_EVM
config SYS_BOARD
default "am57xx"
OpenPOWER on IntegriCloud