summaryrefslogtreecommitdiff
path: root/packages/u-boot/u-boot-openmoko_1.3.1+git+svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/u-boot/u-boot-openmoko_1.3.1+git+svn.bb')
-rw-r--r--packages/u-boot/u-boot-openmoko_1.3.1+git+svn.bb6
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/u-boot/u-boot-openmoko_1.3.1+git+svn.bb b/packages/u-boot/u-boot-openmoko_1.3.1+git+svn.bb
index 737cf8ef0c..020fd421c6 100644
--- a/packages/u-boot/u-boot-openmoko_1.3.1+git+svn.bb
+++ b/packages/u-boot/u-boot-openmoko_1.3.1+git+svn.bb
@@ -35,12 +35,6 @@ do_svnrev() {
echo "echo ${LOCALVERSION}" >>tools/setlocalversion
}
-do_configure_prepend() {
- find . -name "*.mk" -exec sed -i 's,-mabi=apcs-gnu,,' {} \;
- find . -name "Makefile" -exec sed -i 's,-mabi=apcs-gnu,,' {} \;
- cat ${WORKDIR}/uboot-eabi-fix-HACK.patch |patch -p1
-}
-
do_compile () {
chmod +x board/neo1973/gta*/split_by_variant.sh
for mach in ${UBOOT_MACHINES}