summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/keystone.inc
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/include/keystone.inc')
-rw-r--r--conf/machine/include/keystone.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/include/keystone.inc b/conf/machine/include/keystone.inc
index bd447d49..047cc185 100644
--- a/conf/machine/include/keystone.inc
+++ b/conf/machine/include/keystone.inc
@@ -11,8 +11,12 @@ MACHINE_KERNEL_PR = "r5"
11 11
12KERNEL_IMAGETYPE = "uImage" 12KERNEL_IMAGETYPE = "uImage"
13 13
14UBOOT_MACHINE = "tci6638_evm_config"
15
14UBOOT_ENTRYPOINT = "0x80008000" 16UBOOT_ENTRYPOINT = "0x80008000"
15UBOOT_LOADADDRESS = "0x80008000" 17UBOOT_LOADADDRESS = "0x80008000"
16 18
17EXTRA_IMAGEDEPENDS += "u-boot" 19EXTRA_IMAGEDEPENDS += "u-boot"
18EXTRA_IMAGEDEPENDS += "boot-monitor" 20EXTRA_IMAGEDEPENDS += "boot-monitor"
21
22MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat"