diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2010-09-02 23:20:24 +0200 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2010-09-02 23:20:24 +0200 |
commit | 261676fed0818a60a6f5b4dc781235cc6c49ba86 (patch) | |
tree | b720d1250bc86d892d3ab56449941634c2dce47b /conf/machine/include | |
parent | a1e06cb16de9b4d540257ef99261d1b78c4731b4 (diff) | |
parent | 66bff3a9a8628689f63e6760f3cfff48304b281d (diff) |
Merge branch 'imx' into org.openembedded.dev
Diffstat (limited to 'conf/machine/include')
-rw-r--r-- | conf/machine/include/imx51.inc | 11 |
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" + |