diff options
-rw-r--r-- | conf/machine/include/omap4.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/machine/include/omap4.inc b/conf/machine/include/omap4.inc index a2953524..96eaae76 100644 --- a/conf/machine/include/omap4.inc +++ b/conf/machine/include/omap4.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | SOC_FAMILY = "omap4" | 1 | SOC_FAMILY = "omap4" |
2 | require conf/machine/include/soc-family.inc | 2 | require conf/machine/include/soc-family.inc |
3 | 3 | ||
4 | require conf/machine/include/tune-cortexa8.inc | 4 | require conf/machine/include/tune-cortexa9.inc |
5 | 5 | ||
6 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap4" | 6 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap4" |
7 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot" | 7 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot" |
@@ -23,4 +23,3 @@ UBOOT_ENTRYPOINT = "0x80008000" | |||
23 | UBOOT_LOADADDRESS = "0x80008000" | 23 | UBOOT_LOADADDRESS = "0x80008000" |
24 | 24 | ||
25 | EXTRA_IMAGEDEPENDS += "u-boot" | 25 | EXTRA_IMAGEDEPENDS += "u-boot" |
26 | |||