summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorHannes Schmelzer <oe5hpm@oevsv.at>2016-06-22 12:36:13 +0200
committerTom Rini <trini@konsulko.com>2016-06-24 17:24:39 -0400
commit2290fe06421720d1c54523a9acf1052181bc6e87 (patch)
tree575076886d12071515f42e474a1360c7efdc1fe5 /configs
parent8ada4e0ee652d2108c640a4daaf63865ad8dedb1 (diff)
downloadblackbird-obmc-uboot-2290fe06421720d1c54523a9acf1052181bc6e87.tar.gz
blackbird-obmc-uboot-2290fe06421720d1c54523a9acf1052181bc6e87.zip
board/BuR: rename tseries board to brppt1
Rename B&R tseries board to brppt1 Signed-off-by: Hannes Schmelzer <oe5hpm@oevsv.at> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/brppt1_mmc_defconfig (renamed from configs/tseries_mmc_defconfig)2
-rw-r--r--configs/brppt1_nand_defconfig (renamed from configs/tseries_nand_defconfig)2
-rw-r--r--configs/brppt1_spi_defconfig (renamed from configs/tseries_spi_defconfig)2
3 files changed, 3 insertions, 3 deletions
diff --git a/configs/tseries_mmc_defconfig b/configs/brppt1_mmc_defconfig
index 337404bece..f8d9de5f7a 100644
--- a/configs/tseries_mmc_defconfig
+++ b/configs/brppt1_mmc_defconfig
@@ -1,5 +1,5 @@
CONFIG_ARM=y
-CONFIG_TARGET_TSERIES=y
+CONFIG_TARGET_BRPPT1=y
CONFIG_SPL=y
CONFIG_OF_BOARD_SETUP=y
CONFIG_SYS_EXTRA_OPTIONS="SERIAL1,CONS_INDEX=1,EMMC_BOOT"
diff --git a/configs/tseries_nand_defconfig b/configs/brppt1_nand_defconfig
index 4dc0296791..85ddbe7204 100644
--- a/configs/tseries_nand_defconfig
+++ b/configs/brppt1_nand_defconfig
@@ -1,5 +1,5 @@
CONFIG_ARM=y
-CONFIG_TARGET_TSERIES=y
+CONFIG_TARGET_BRPPT1=y
CONFIG_SPL=y
CONFIG_OF_BOARD_SETUP=y
CONFIG_SYS_EXTRA_OPTIONS="SERIAL1,CONS_INDEX=1,NAND"
diff --git a/configs/tseries_spi_defconfig b/configs/brppt1_spi_defconfig
index 5b52bf658f..37b8bc9091 100644
--- a/configs/tseries_spi_defconfig
+++ b/configs/brppt1_spi_defconfig
@@ -1,5 +1,5 @@
CONFIG_ARM=y
-CONFIG_TARGET_TSERIES=y
+CONFIG_TARGET_BRPPT1=y
CONFIG_SPL=y
CONFIG_OF_BOARD_SETUP=y
CONFIG_SYS_EXTRA_OPTIONS="SERIAL1,CONS_INDEX=1,SPI_BOOT,EMMC_BOOT"
OpenPOWER on IntegriCloud