diff options
author | Denys Dmytriyenko <denys@ti.com> | 2017-06-08 03:04:38 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-06-10 14:30:23 -0400 |
commit | ebc6dc52fb2da5f1ab61a01b0ea31b40c7d15d98 (patch) | |
tree | beff0513fa0b0a997813628801eb4b83c6d0adfe /conf/machine | |
parent | a67add5c24633d7ce0732a66241102b81b0ed629 (diff) | |
download | meta-ti-ebc6dc52fb2da5f1ab61a01b0ea31b40c7d15d98.tar.gz |
am335x-hs-evm: produce both mmc and uart configs
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
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" |