03 Dec, 2009

6 commits

  • cmd_license is already conditionally compiled at the Makefile-level.

    Signed-off-by: Peter Tyser

    Peter Tyser
     
  • Signed-off-by: Peter Tyser

    Peter Tyser
     
  • circbuf could be used as a generic library and is only currently
    needed when CONFIG_USB_TTY is defined.

    Signed-off-by: Peter Tyser

    Peter Tyser
     
  • Some versions of 'make' do not handle trailing white-spaces
    properly. Trailing spaces in ELF causes a 'fake' source to
    be added to the variable COBJS; leading to build failure
    (listed below). The problem was found with GNU Make 3.80.

    Using text-function 'strip' as a workaround for the problem.

    make[1]: Entering directory `/home/sanjeev/u-boot/examples/standalone'
    arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float
    -D__KERNEL__ -DTEXT_BASE=0x80e80000 -I/home/sanjeev/u-boot/include
    -fno-builtin -ffreestanding -nostdinc -isystem /opt/codesourcery/2009q1-
    203/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include -pipe -DCONFIG_
    ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-interwork -march=armv5
    -Wall -Wstrict-prototypes -fno-stack-protector -g -Os -fno-common -ff
    ixed-r8 -msoft-float -D__KERNEL__ -DTEXT_BASE=0x80e80000 -I/home/sanje
    ev/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/co
    desourcery/2009q1-203/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/includ
    e -pipe -DCONFIG_ARM -D__ARM__ -marm -mabi=aapcs-linux -mno-thumb-inte
    rwork -march=armv5 -I.. -Bstatic -T u-boot.lds -Ttext 0x80e80000 -o .c
    arm-none-linux-gnueabi-gcc: no input files
    make[1]: *** [.c] Error 1
    make[1]: Leaving directory `/home/sanjeev/u-boot/examples/standalone'
    make: *** [examples/standalone] Error 2
    premi #

    Signed-off-by: Sanjeev Premi

    Fixed typo (s/ElF/ELF/).
    Signed-off-by: Wolfgang Denk

    Sanjeev Premi
     
  • A bunch of the 85xx boards have this cruft in them - it's not used
    anywhere. Delete it.

    Signed-off-by: Becky Bruce

    Becky Bruce
     
  • Signed-off-by: Wolfgang Denk
    Cc: Kumar Gala
    Cc: Becky Bruce

    Wolfgang Denk
     

01 Dec, 2009

1 commit


25 Nov, 2009

11 commits


24 Nov, 2009

7 commits


23 Nov, 2009

5 commits


17 Nov, 2009

3 commits


16 Nov, 2009

3 commits


13 Nov, 2009

3 commits


12 Nov, 2009

1 commit