From 478bbe5cdafee601733727ae41bed788319f9cad Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 21 Jun 2016 03:39:51 +0000 Subject: [PATCH] am57xx-hs-evm: add AM5 HS platform config Signed-off-by: Denys Dmytriyenko --- conf/machine/am57xx-hs-evm.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 conf/machine/am57xx-hs-evm.conf diff --git a/conf/machine/am57xx-hs-evm.conf b/conf/machine/am57xx-hs-evm.conf new file mode 100644 index 00000000..a3750176 --- /dev/null +++ b/conf/machine/am57xx-hs-evm.conf @@ -0,0 +1,7 @@ +#@TYPE: Machine +#@NAME: AM57xx HS EVM +#@DESCRIPTION: Machine configuration for the TI AM57xx HS EVM + +require conf/machine/am57xx-evm.conf + +UBOOT_MACHINE = "am57xx_hs_evm_config"