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"