1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-04 18:00:36 +00:00

am335x-hs-evm: produce both mmc and uart configs

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Denys Dmytriyenko
2017-06-08 03:04:38 +00:00
parent a67add5c24
commit ebc6dc52fb
+5 -1
View File
@@ -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"