diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2018-08-27 15:59:06 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-09-11 08:32:55 -0400 |
commit | 0911d952631df97e5b69d816cceebcbccbca34cf (patch) | |
tree | 7ce192d48b230b5a9fac6717a1fc989b9e46d3cc /arch | |
parent | 3980b16137341930ce4116225d42e35a996479c7 (diff) | |
download | u-boot-0911d952631df97e5b69d816cceebcbccbca34cf.tar.gz |
board: ti: am654: a53: Add initial support for am654
Add initial support for AM654 based EVM running on A53. Enable
4GB of DDR available on the EVM so that kernel DTB file
can be updated accordingly.
Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
[Andreas: Added 4GB ddr support]
Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-k3/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-k3/Kconfig b/arch/arm/mach-k3/Kconfig index 1380013fe7..2df6197af7 100644 --- a/arch/arm/mach-k3/Kconfig +++ b/arch/arm/mach-k3/Kconfig @@ -47,4 +47,5 @@ config SYS_K3_BOOT_PARAM_TABLE_INDEX Address at which ROM stores the value which determines if SPL is booted up by primary boot media or secondary boot media. +source "board/ti/am65x/Kconfig" endif |