summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2017-06-08 03:04:38 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-06-10 14:30:23 -0400
commitebc6dc52fb2da5f1ab61a01b0ea31b40c7d15d98 (patch)
treebeff0513fa0b0a997813628801eb4b83c6d0adfe /conf
parenta67add5c24633d7ce0732a66241102b81b0ed629 (diff)
downloadmeta-ti-ebc6dc52fb2da5f1ab61a01b0ea31b40c7d15d98.tar.gz
am335x-hs-evm: produce both mmc and uart configs
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/am335x-hs-evm.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/machine/am335x-hs-evm.conf b/conf/machine/am335x-hs-evm.conf
index bb025b41..5f789659 100644
--- a/conf/machine/am335x-hs-evm.conf
+++ b/conf/machine/am335x-hs-evm.conf
@@ -4,7 +4,11 @@
4 4
5require conf/machine/am335x-evm.conf 5require conf/machine/am335x-evm.conf
6 6
7UBOOT_MACHINE = "am335x_hs_evm_config" 7UBOOT_MACHINE = ""
8# Last config in the list is default
9UBOOT_CONFIG ??= "uart mmc"
10UBOOT_CONFIG[uart] = "am335x_hs_evm_uart_config"
11UBOOT_CONFIG[mmc] = "am335x_hs_evm_config"
8 12
9UBOOT_ENTRYPOINT = "0x82000000" 13UBOOT_ENTRYPOINT = "0x82000000"
10UBOOT_LOADADDRESS = "0x82000000" 14UBOOT_LOADADDRESS = "0x82000000"