summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorPrabhakar Kushwaha <prabhakar@freescale.com>2015-11-09 16:42:07 +0530
committerYork Sun <yorksun@freescale.com>2015-11-30 08:53:04 -0800
commit449372148f6d9b5b8bded88ed8eee5c581a4bf81 (patch)
tree9e15d0812f5aebf6808e98c8d41c7a225f36b6fb /configs
parent14480454c76d0f0bc4c5828cc1f054ba6278530e (diff)
downloadtalos-obmc-uboot-449372148f6d9b5b8bded88ed8eee5c581a4bf81.tar.gz
talos-obmc-uboot-449372148f6d9b5b8bded88ed8eee5c581a4bf81.zip
armv8: LS2080A: Rename LS2085A to reflect LS2080A
LS2080A is a prime personality of Freescale’s LS2085A. It is a non-AIOP personality without support of DP-DDR, L2 switch, 1588, PCIe endpoint etc. So renaming existing LS2085A code base to reflect LS2080A (Prime personality) Signed-off-by: Pratiyush Mohan Srivastava <pratiyush.srivastava@freescale.com> Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com> [York Sun: Dropped #ifdef in cpu.c for cpu_type_list] Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/ls2080a_emu_defconfig (renamed from configs/ls2085a_emu_defconfig)2
-rw-r--r--configs/ls2080a_simu_defconfig (renamed from configs/ls2085a_simu_defconfig)2
-rw-r--r--configs/ls2080aqds_defconfig (renamed from configs/ls2085ardb_defconfig)4
-rw-r--r--configs/ls2080aqds_nand_defconfig (renamed from configs/ls2085ardb_nand_defconfig)2
-rw-r--r--configs/ls2080ardb_defconfig (renamed from configs/ls2085aqds_defconfig)4
-rw-r--r--configs/ls2080ardb_nand_defconfig (renamed from configs/ls2085aqds_nand_defconfig)2
6 files changed, 8 insertions, 8 deletions
diff --git a/configs/ls2085a_emu_defconfig b/configs/ls2080a_emu_defconfig
index 0505d09f75..3ac9e4a8b8 100644
--- a/configs/ls2085a_emu_defconfig
+++ b/configs/ls2080a_emu_defconfig
@@ -1,5 +1,5 @@
CONFIG_ARM=y
-CONFIG_TARGET_LS2085A_EMU=y
+CONFIG_TARGET_LS2080A_EMU=y
CONFIG_SYS_EXTRA_OPTIONS="EMU,SYS_FSL_DDR4"
# CONFIG_CMD_CONSOLE is not set
# CONFIG_CMD_IMLS is not set
diff --git a/configs/ls2085a_simu_defconfig b/configs/ls2080a_simu_defconfig
index 220a65a415..4421cf97ee 100644
--- a/configs/ls2085a_simu_defconfig
+++ b/configs/ls2080a_simu_defconfig
@@ -1,5 +1,5 @@
CONFIG_ARM=y
-CONFIG_TARGET_LS2085A_SIMU=y
+CONFIG_TARGET_LS2080A_SIMU=y
CONFIG_SYS_EXTRA_OPTIONS="SIMU"
# CONFIG_CMD_CONSOLE is not set
# CONFIG_CMD_IMLS is not set
diff --git a/configs/ls2085ardb_defconfig b/configs/ls2080aqds_defconfig
index 764e48f5f4..527ae0187a 100644
--- a/configs/ls2085ardb_defconfig
+++ b/configs/ls2080aqds_defconfig
@@ -1,9 +1,9 @@
CONFIG_ARM=y
-CONFIG_TARGET_LS2085ARDB=y
+CONFIG_TARGET_LS2080AQDS=y
# CONFIG_SYS_MALLOC_F is not set
CONFIG_DM_SPI=y
CONFIG_DM_SPI_FLASH=y
-CONFIG_DEFAULT_DEVICE_TREE="fsl-ls2085a-rdb"
+CONFIG_DEFAULT_DEVICE_TREE="fsl-ls2080a-qds"
CONFIG_SYS_EXTRA_OPTIONS="SYS_FSL_DDR4"
# CONFIG_CMD_SETEXPR is not set
CONFIG_OF_CONTROL=y
diff --git a/configs/ls2085ardb_nand_defconfig b/configs/ls2080aqds_nand_defconfig
index 76d4d34fcb..07c37942c5 100644
--- a/configs/ls2085ardb_nand_defconfig
+++ b/configs/ls2080aqds_nand_defconfig
@@ -1,5 +1,5 @@
CONFIG_ARM=y
-CONFIG_TARGET_LS2085ARDB=y
+CONFIG_TARGET_LS2080AQDS=y
CONFIG_SPL=y
CONFIG_SYS_EXTRA_OPTIONS="SYS_FSL_DDR4,NAND"
# CONFIG_CMD_SETEXPR is not set
diff --git a/configs/ls2085aqds_defconfig b/configs/ls2080ardb_defconfig
index 5b4f7ebdee..91769bc92f 100644
--- a/configs/ls2085aqds_defconfig
+++ b/configs/ls2080ardb_defconfig
@@ -1,9 +1,9 @@
CONFIG_ARM=y
-CONFIG_TARGET_LS2085AQDS=y
+CONFIG_TARGET_LS2080ARDB=y
# CONFIG_SYS_MALLOC_F is not set
CONFIG_DM_SPI=y
CONFIG_DM_SPI_FLASH=y
-CONFIG_DEFAULT_DEVICE_TREE="fsl-ls2085a-qds"
+CONFIG_DEFAULT_DEVICE_TREE="fsl-ls2080a-rdb"
CONFIG_SYS_EXTRA_OPTIONS="SYS_FSL_DDR4"
# CONFIG_CMD_SETEXPR is not set
CONFIG_OF_CONTROL=y
diff --git a/configs/ls2085aqds_nand_defconfig b/configs/ls2080ardb_nand_defconfig
index c010e58b1a..06c540b097 100644
--- a/configs/ls2085aqds_nand_defconfig
+++ b/configs/ls2080ardb_nand_defconfig
@@ -1,5 +1,5 @@
CONFIG_ARM=y
-CONFIG_TARGET_LS2085AQDS=y
+CONFIG_TARGET_LS2080ARDB=y
CONFIG_SPL=y
CONFIG_SYS_EXTRA_OPTIONS="SYS_FSL_DDR4,NAND"
# CONFIG_CMD_SETEXPR is not set
OpenPOWER on IntegriCloud