summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKoen Kooi <k-kooi@ti.com>2011-07-04 16:07:53 +0100
committerKoen Kooi <k-kooi@ti.com>2011-07-04 16:07:53 +0100
commit0861a13bc0c83e0dc92bb9c07a5a060e6773042a (patch)
tree6b942b4c38a16a255ecea13ae780eb7de97c7bc5 /conf
parent2e16e2fbd93bc00bc0a0afaf86975da7778eaa43 (diff)
downloadmeta-ti-0861a13bc0c83e0dc92bb9c07a5a060e6773042a.tar.gz
ti816x: fix uboot config name
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/ti816x.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/ti816x.inc b/conf/machine/include/ti816x.inc
index 4de567bb..dda324e0 100644
--- a/conf/machine/include/ti816x.inc
+++ b/conf/machine/include/ti816x.inc
@@ -12,7 +12,7 @@ MACHINE_KERNEL_PR = "r1"
12KERNEL_IMAGETYPE = "uImage" 12KERNEL_IMAGETYPE = "uImage"
13 13
14UBOOT_ARCH = "arm" 14UBOOT_ARCH = "arm"
15UBOOT_MACHINE = "ti816x_evm_config" 15UBOOT_MACHINE = "ti8168_evm_config"
16UBOOT_ENTRYPOINT = "0x80008000" 16UBOOT_ENTRYPOINT = "0x80008000"
17UBOOT_LOADADDRESS = "0x80008000" 17UBOOT_LOADADDRESS = "0x80008000"
18 18