From ebc6dc52fb2da5f1ab61a01b0ea31b40c7d15d98 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Thu, 8 Jun 2017 03:04:38 +0000 Subject: [PATCH] am335x-hs-evm: produce both mmc and uart configs Signed-off-by: Denys Dmytriyenko --- 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 bb025b41..5f789659 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"