diff options
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 337404bece0..f8d9de5f7a0 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 4dc02967914..85ddbe7204a 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 5b52bf658f2..37b8bc90919 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" |