[oe-commits] org.oe.dev linux.inc: typo fix for UBOOT_ADRESS

likewise commit openembedded-commits at lists.openembedded.org
Mon Feb 11 20:23:47 UTC 2008


linux.inc: typo fix for UBOOT_ADRESS

Author: likewise at openembedded.org
Branch: org.openembedded.dev
Revision: c7aff113939b3d83e83482152ebeb4349c8e2c41
ViewMTN: http://monotone.openembedded.org/revision/info/c7aff113939b3d83e83482152ebeb4349c8e2c41
Files:
1
packages/linux/linux.inc
Diffs:

#
# mt diff -r28b0c849a56b605c144d8aa05e592cb6db56def2 -rc7aff113939b3d83e83482152ebeb4349c8e2c41
#
# 
# 
# patch "packages/linux/linux.inc"
#  from [842044ba3ce2c6e2833cece5e5b577864f966d55]
#    to [50d164fb436a83e1bb06c2ef8819fc6da91f4b7c]
# 
============================================================
--- packages/linux/linux.inc	842044ba3ce2c6e2833cece5e5b577864f966d55
+++ packages/linux/linux.inc	50d164fb436a83e1bb06c2ef8819fc6da91f4b7c
@@ -106,7 +106,7 @@ UBOOT_ENTRYPOINT ?= "20008000"
 
 
 UBOOT_ENTRYPOINT ?= "20008000"
-UBOOT_LOADADRESS ?= "${UBOOT_ENTRYPOINT}"
+UBOOT_LOADADDRESS ?= "${UBOOT_ENTRYPOINT}"
 
 do_compile_append() {
     if test "x${KERNEL_IMAGETYPE}" = "xuImage" ; then 
@@ -117,13 +117,13 @@ do_compile_append() {
 	fi
         if test -e arch/${ARCH}/boot/compressed/vmlinux ; then
             ${OBJCOPY} -O binary -R .note -R .comment -S arch/${ARCH}/boot/compressed/vmlinux linux.bin
-            uboot-mkimage -A ${UBOOT_ARCH} -O linux -T kernel -C none -a ${UBOOT_LOADADRESS} -e ${UBOOT_ENTRYPOINT} -n "${DISTRO_NAME}/${PV}/${MACHINE}" -d linux.bin arch/${ARCH}/boot/uImage
+            uboot-mkimage -A ${UBOOT_ARCH} -O linux -T kernel -C none -a ${UBOOT_LOADADDRESS} -e ${UBOOT_ENTRYPOINT} -n "${DISTRO_NAME}/${PV}/${MACHINE}" -d linux.bin arch/${ARCH}/boot/uImage
             rm -f linux.bin
         else
             ${OBJCOPY} -O binary -R .note -R .comment -S vmlinux linux.bin
             rm -f linux.bin.gz
             gzip -9 linux.bin
-            uboot-mkimage -A ${UBOOT_ARCH} -O linux -T kernel -C gzip -a ${UBOOT_LOADADRESS} -e ${UBOOT_ENTRYPOINT} -n "${DISTRO_NAME}/${PV}/${MACHINE}" -d linux.bin.gz arch/${ARCH}/boot/uImage
+            uboot-mkimage -A ${UBOOT_ARCH} -O linux -T kernel -C gzip -a ${UBOOT_LOADADDRESS} -e ${UBOOT_ENTRYPOINT} -n "${DISTRO_NAME}/${PV}/${MACHINE}" -d linux.bin.gz arch/${ARCH}/boot/uImage
             rm -f linux.bin.gz
         fi
     fi






More information about the Openembedded-commits mailing list