Changeset 3967


Ignore:
Timestamp:
01/28/08 14:42:16 (5 years ago)
Author:
werner
Message:

Tracking upstream, with a small build error.

scripts/build: update to GIT_HEAD 98b742489c09780be6a832eeaa4e5eff824792bb,

SVN_REV 3967.

98b742489c09780be6a832eeaa4e5eff824792bb did not build because
drivers/spi/mpc8xxx_spi.c referenced asm/mpc8xxx_spi.h, which doesn't exist on
non-MPC8xxx builds. Instead of fixing the build system to compile only drivers
we might actually use, the quick and dirty solution is to tweak the #include.

patches/series: added build-kludge.patch
patches/build-kludge.patch:

  • drivers/spi/mpc8xxx_spi.c: #include asm-ppc/mpc8xxx_spi.h instead of asm/mpc8xxx_spi.h
Location:
trunk/src/target/u-boot
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/target/u-boot/patches/series

    r3900 r3967  
    8282uboot-nand_write_yaffs.patch 
    8383uboot-neo1973_defaultconsole_usbtty.patch 
     84build-kludge.patch 
  • trunk/src/target/u-boot/scripts/build

    r3891 r3967  
    2121# 
    2222# GIT_HEAD, if defined, specifies which git head we use, e.g., 
    23 # GIT_HEAD=f188896c2f1594fe749fdb99bbc8c54023cfab3a 
     23# GIT_HEAD=98b742489c09780be6a832eeaa4e5eff824792bb 
    2424# 
    2525# SVN_REV, if defined, specifies which SVN revision we use, e.g., 
    26 # SVN_REV=3890 
     26# SVN_REV=3967 
    2727# 
    2828 
Note: See TracChangeset for help on using the changeset viewer.