diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-03-29 01:40:56 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-03-29 01:40:56 +0000 |
commit | 7d9e53a4342fb5a025bdaacecbc6457bdba1c6cc (patch) | |
tree | 4bd498b1ab889cd440a05ad15fea142816a9048a /packages/linux/linux.inc | |
parent | f2247f41086d450c8784b801cc32f9cb1bea86cf (diff) | |
parent | 36d9259bca1df5c4e7874679e5cb75cf905f0109 (diff) |
merge of '7a4fc7be8df3eb6974944effcdca5a2bee336a9b'
and 'd898916e8774cb2230ab7c226d0806ca2ec81f7f'
Diffstat (limited to 'packages/linux/linux.inc')
-rw-r--r-- | packages/linux/linux.inc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/packages/linux/linux.inc b/packages/linux/linux.inc index e46061610d..ad7071c405 100644 --- a/packages/linux/linux.inc +++ b/packages/linux/linux.inc @@ -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 |