aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorPrabhakar Kushwaha2015-11-09 05:12:07 -0600
committerYork Sun2015-11-30 10:53:04 -0600
commit449372148f6d9b5b8bded88ed8eee5c581a4bf81 (patch)
tree9e15d0812f5aebf6808e98c8d41c7a225f36b6fb /README
parent14480454c76d0f0bc4c5828cc1f054ba6278530e (diff)
downloadu-boot-449372148f6d9b5b8bded88ed8eee5c581a4bf81.tar.gz
u-boot-449372148f6d9b5b8bded88ed8eee5c581a4bf81.tar.xz
u-boot-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 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index b5f6471670..4fee7066d5 100644
--- a/README
+++ b/README
@@ -611,6 +611,9 @@ The following options need to be configured:
611 CONFIG_SYS_FSL_OTHER_DDR_NUM_CTRLS 611 CONFIG_SYS_FSL_OTHER_DDR_NUM_CTRLS
612 Number of controllers used for other than main memory. 612 Number of controllers used for other than main memory.
613 613
614 CONFIG_SYS_FSL_HAS_DP_DDR
615 Defines the SoC has DP-DDR used for DPAA.
616
614 CONFIG_SYS_FSL_SEC_BE 617 CONFIG_SYS_FSL_SEC_BE
615 Defines the SEC controller register space as Big Endian 618 Defines the SEC controller register space as Big Endian
616 619