summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"