Signed-off-by: Denys Dmytriyenko <[email protected]> --- 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 -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
