[oe-commits] org.oe.dev linux.inc: remove UBOOT_* definitions, they are already defined in kernel.bbclass

jeremy_laine commit oe at amethyst.openembedded.net
Fri Mar 28 18:16:53 UTC 2008


linux.inc: remove UBOOT_* definitions, they are already defined in kernel.bbclass

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

#
# mt diff -r8ee010aff1f0de5c118b6b85b253a966b0d7af82 -r84875aef79b13e95114cd19f24c98b10531b29a7
#
#
#
# patch "packages/linux/linux.inc"
#  from [05a28f69ba86f2b970e011440a9296697b6e57d8]
#    to [0196432d82c97552c01b010a212e24c2a8b0016a]
#
============================================================
--- packages/linux/linux.inc	05a28f69ba86f2b970e011440a9296697b6e57d8
+++ packages/linux/linux.inc	0196432d82c97552c01b010a212e24c2a8b0016a
@@ -90,17 +90,8 @@ do_configure_append_avr32() {
         sed -i -e s:-mno-pic::g arch/avr32/Makefile
 }
 
-
-UBOOT_ENTRYPOINT ?= "20008000"
-UBOOT_LOADADDRESS ?= "${UBOOT_ENTRYPOINT}"
-
 do_compile_append() {
     if test "x${KERNEL_IMAGETYPE}" = "xuImage" ; then 
-	if test "x${ARCH}" = "xpowerpc" ; then
-		UBOOT_ARCH=ppc
-	else
-		UBOOT_ARCH=$ARCH
-	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_LOADADDRESS} -e ${UBOOT_ENTRYPOINT} -n "${DISTRO_NAME}/${PV}/${MACHINE}" -d linux.bin arch/${ARCH}/boot/uImage






More information about the Openembedded-commits mailing list