diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-06-08 21:38:51 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-06-09 11:31:15 +0200 |
commit | 888c40a3288228561d4f1e6055c48a98b37ab7cb (patch) | |
tree | 129fea1618a0571041f330fc0eb2d09d0f8e63d9 /conf | |
parent | 91cb26690b397c49aa61c292bd0face278aca259 (diff) |
u-boot: add support for DaVinci EVMs, provided by a staging tree
This staging tree holds the patches submitted to the upstream U-Boot
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/dm355-evm.conf | 2 | ||||
-rw-r--r-- | conf/machine/dm365-evm.conf | 2 | ||||
-rw-r--r-- | conf/machine/dm6467-evm.conf | 2 | ||||
-rw-r--r-- | conf/machine/include/davinci.inc | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/conf/machine/dm355-evm.conf b/conf/machine/dm355-evm.conf index d509152b22..9ef4ff7c7d 100644 --- a/conf/machine/dm355-evm.conf +++ b/conf/machine/dm355-evm.conf @@ -4,4 +4,4 @@ require conf/machine/include/davinci.inc -UBOOT_MACHINE = "davinci_dvevm_config" +UBOOT_MACHINE = "davinci_dm355_evm_config" diff --git a/conf/machine/dm365-evm.conf b/conf/machine/dm365-evm.conf index 09f4a353ca..de2cc4a759 100644 --- a/conf/machine/dm365-evm.conf +++ b/conf/machine/dm365-evm.conf @@ -4,4 +4,4 @@ require conf/machine/include/davinci.inc -UBOOT_MACHINE = "davinci_dvevm_config" +UBOOT_MACHINE = "davinci_dm365_evm_config" diff --git a/conf/machine/dm6467-evm.conf b/conf/machine/dm6467-evm.conf index 66ed1fe1f2..a7596f17f8 100644 --- a/conf/machine/dm6467-evm.conf +++ b/conf/machine/dm6467-evm.conf @@ -4,4 +4,4 @@ require conf/machine/include/davinci.inc -UBOOT_MACHINE = "davinci_dvevm_config" +UBOOT_MACHINE = "davinci_dm6467_evm_config" diff --git a/conf/machine/include/davinci.inc b/conf/machine/include/davinci.inc index 3134c28d18..af9dc0ff9c 100644 --- a/conf/machine/include/davinci.inc +++ b/conf/machine/include/davinci.inc @@ -9,7 +9,7 @@ KERNEL_IMAGETYPE = "uImage" PREFERRED_PROVIDER_virtual/kernel = "linux-davinci" -PREFERRED_VERSION_u-boot = "git" +PREFERRED_PROVIDER_virtual/bootloader = "u-boot" UBOOT_MACHINE = "davinci_dvevm_config" UBOOT_ENTRYPOINT = "0x80008000" |