X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fu-boot;h=46d8b9ef8a720e5be8e800e86c934fc856bf8166;hp=b13dd65d02d07443798337f2ed1a00ffaf7fa2b8;hb=7284262a5e94fa4cc15742fa7c7a3a0252d9e9ee;hpb=d1a84dd38dd404018bfb418ee49b7605574090c5 diff --git a/lfs/u-boot b/lfs/u-boot index b13dd65d0..46d8b9ef8 100644 --- a/lfs/u-boot +++ b/lfs/u-boot @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2011 IPFire Team # +# Copyright (C) 2007-2013 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -79,8 +79,12 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) -mkdir -pv /usr/share/u-boot/pandaboard cd $(DIR_APP) && make CROSS_COMPILE="" omap4_panda_config cd $(DIR_APP) && make CROSS_COMPILE="" HOSTCC="gcc $(CFLAGS)" - cd $(DIR_APP) && install -v -m 644 MLO u-boot.bin u-boot.img \ + cd $(DIR_APP) && install -v -m 644 MLO u-boot.img \ /usr/share/u-boot/pandaboard + # Install pandaboard uboot as default + cd $(DIR_APP) && install MLO /boot/ + cd $(DIR_APP) && install u-boot.img /boot/ + cp -vf $(DIR_SRC)/config/u-boot/* /boot/ cd $(DIR_APP) && make distclean # Wandboard Quad