summaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorMickaël CHAZAUX <mchazaux@adeneo-embedded.com>2010-05-07 04:32:04 +0000
committerFlorian Boor <florian.boor@kernelconcepts.de>2010-09-02 23:19:52 +0200
commit66bff3a9a8628689f63e6760f3cfff48304b281d (patch)
tree0dcfc44b5e5190b15197fdb1d61ecaf319404656 /conf/machine/include
parenta4046c81e443fab95535fdd81c170316f36fd932 (diff)
downloadopenembedded-66bff3a9a8628689f63e6760f3cfff48304b281d.tar.gz
Add i.MX51 based "Babbage" board support
This is based on the patches released by Freescale as part of LTIB. Signed-off-by: Mickaël Chazaux <mchazaux@adeneo-embedded.com>
Diffstat (limited to 'conf/machine/include')
-rw-r--r--conf/machine/include/imx51.inc11
1 files changed, 11 insertions, 0 deletions
diff --git a/conf/machine/include/imx51.inc b/conf/machine/include/imx51.inc
new file mode 100644
index 0000000000..543e09feba
--- /dev/null
+++ b/conf/machine/include/imx51.inc
@@ -0,0 +1,11 @@
+require conf/machine/include/tune-cortexa8.inc
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+# Increase this everytime you change something in the kernel
+
+KERNEL_IMAGETYPE = "uImage"
+
+UBOOT_ENTRYPOINT = "0x90008000"
+UBOOT_LOADADDRESS = "0x90008000"
+
+EXTRA_IMAGEDEPENDS += "u-boot"
+