diff options
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/am335x-hs-evm.conf | 6 |
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 | ||
5 | require conf/machine/am335x-evm.conf | 5 | require conf/machine/am335x-evm.conf |
6 | 6 | ||
7 | UBOOT_MACHINE = "am335x_hs_evm_config" | 7 | UBOOT_MACHINE = "" |
8 | # Last config in the list is default | ||
9 | UBOOT_CONFIG ??= "uart mmc" | ||
10 | UBOOT_CONFIG[uart] = "am335x_hs_evm_uart_config" | ||
11 | UBOOT_CONFIG[mmc] = "am335x_hs_evm_config" | ||
8 | 12 | ||
9 | UBOOT_ENTRYPOINT = "0x82000000" | 13 | UBOOT_ENTRYPOINT = "0x82000000" |
10 | UBOOT_LOADADDRESS = "0x82000000" | 14 | UBOOT_LOADADDRESS = "0x82000000" |