[oe-commits] org.oe.dev linux-omap1 : Fix kernel entry point so that linux-omap1_2.6.18+git boots

crofton commit openembedded-commits at lists.openembedded.org
Mon Oct 16 16:57:33 UTC 2006


linux-omap1 : Fix kernel entry point so that linux-omap1_2.6.18+git boots
              on the OSK.

Author: crofton at openembedded.org
Branch: org.openembedded.dev
Revision: 750215559f3cd57e976011193cc7b72d50be5aba
ViewMTN: http://monotone.openembedded.org/revision.psp?id=750215559f3cd57e976011193cc7b72d50be5aba
Files:
1
packages/linux/linux-omap1.inc
Diffs:

#
# mt diff -r610ec2ec6ce178276b3a209e25e1305ddc8a6961 -r750215559f3cd57e976011193cc7b72d50be5aba
#
# 
# 
# patch "packages/linux/linux-omap1.inc"
#  from [e012c9f7d3de86ebecdc32b2b112e85506e2b8a7]
#    to [26e8ad1a5441e6eb1acc701f11a0e28f0777e685]
# 
============================================================
--- packages/linux/linux-omap1.inc	e012c9f7d3de86ebecdc32b2b112e85506e2b8a7
+++ packages/linux/linux-omap1.inc	26e8ad1a5441e6eb1acc701f11a0e28f0777e685
@@ -20,7 +20,7 @@ do_deploy() {
                 install -d ${DEPLOY_DIR_IMAGE}
                 arm-linux-objcopy -O binary -R .note -R .comment -S ${KERNEL_OUTPUT} ${DEPLOY_DIR_IMAGE}/linux.bin
                 gzip -f -9 ${DEPLOY_DIR_IMAGE}/linux.bin
-                mkimage -A arm -O linux -T kernel -C gzip -a 0x10c08000 -e 0x10c08000 -n "OE" -d ${DEPLOY_DIR_IMAGE}/linux.bin.gz ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE}-${MACHINE}-${DATETIME}.bin
+                mkimage -A arm -O linux -T kernel -C gzip -a 0x10008000 -e 0x10008000 -n "OE" -d ${DEPLOY_DIR_IMAGE}/linux.bin.gz ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE}-${MACHINE}-${DATETIME}.bin
                 rm ${DEPLOY_DIR_IMAGE}/linux.bin.gz
         fi
 }






More information about the Openembedded-commits mailing list