From 9c821e5b493236342a0bef371b56e5d388c59f2f Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Thu, 18 Feb 2016 03:49:40 +0000 Subject: [PATCH] conf/machine: add initial configs for HS platforms Signed-off-by: Denys Dmytriyenko --- conf/machine/am437x-hs-evm.conf | 7 +++++++ conf/machine/dra7xx-hs-evm.conf | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 conf/machine/am437x-hs-evm.conf create mode 100644 conf/machine/dra7xx-hs-evm.conf 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"