[meta-ti] [morty/master][PATCH 2/2] am335x-hs-evm: produce both mmc and uart configs

Denys Dmytriyenko denys at ti.com
Wed Jun 7 14:04:38 PDT 2017


Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
 conf/machine/am335x-hs-evm.conf | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/conf/machine/am335x-hs-evm.conf b/conf/machine/am335x-hs-evm.conf
index bb025b4..5f78965 100644
--- a/conf/machine/am335x-hs-evm.conf
+++ b/conf/machine/am335x-hs-evm.conf
@@ -4,7 +4,11 @@
 
 require conf/machine/am335x-evm.conf
 
-UBOOT_MACHINE = "am335x_hs_evm_config"
+UBOOT_MACHINE = ""
+# Last config in the list is default
+UBOOT_CONFIG ??= "uart mmc"
+UBOOT_CONFIG[uart] = "am335x_hs_evm_uart_config"
+UBOOT_CONFIG[mmc] = "am335x_hs_evm_config"
 
 UBOOT_ENTRYPOINT = "0x82000000"
 UBOOT_LOADADDRESS = "0x82000000"
-- 
2.7.4



More information about the meta-ti mailing list