diff --git a/conf/machine/am437x-hs-evm.conf b/conf/machine/am437x-hs-evm.conf new file mode 100644 index 00000000..e8d88a41 --- /dev/null +++ b/conf/machine/am437x-hs-evm.conf @@ -0,0 +1,7 @@ +#@TYPE: Machine +#@NAME: AM437x HS EVM +#@DESCRIPTION: Machine configuration for the TI AM437x HS EVM + +require conf/machine/am437x-evm.conf + +UBOOT_MACHINE = "am43xx_hs_evm_config" diff --git a/conf/machine/dra7xx-hs-evm.conf b/conf/machine/dra7xx-hs-evm.conf new file mode 100644 index 00000000..a8987165 --- /dev/null +++ b/conf/machine/dra7xx-hs-evm.conf @@ -0,0 +1,7 @@ +#@TYPE: Machine +#@NAME: DRA7xx HS EVM +#@DESCRIPTION: Machine configuration for the TI DRA7xx HS EVM + +require conf/machine/dra7xx-evm.conf + +UBOOT_MACHINE = "dra7xx_hs_evm_config"