Skip to content
Snippets Groups Projects
  1. Jul 29, 2008
    • Remy Bohmer's avatar
      ARM: set GD_FLG_RELOC for boards skipping relocation to RAM · f96b44ce
      Remy Bohmer authored
      
      If CONFIG_SKIP_RELOCATE_UBOOT is set the flag GD_FLG_RELOC is usually
      never set, because relocation to RAM is actually never done by U-boot
      itself. However, several pieces of code check if this flag is set at
      some time.
      
      So, to make sure this flag is set on boards skipping relocation, this
      is added to the initialisation of U-boot at a moment where it is safe
      to do so.
      
      Signed-off-by: default avatarRemy Bohmer <linux@bohmer.net>
      f96b44ce
    • Timur Tabi's avatar
      fsl-i2c: fix writes to data segment before relocation · e4dafff8
      Timur Tabi authored
      
      Prevent i2c_init() in fsl_i2c.c from writing to the data segment before
      relocation.  Commit d8c82db4 added the ability for i2c_init() to program the
      I2C bus speed and save the value in i2c_bus_speed[], which is a global
      variable.  It is an error to write to the data segment before relocation,
      which is what i2c_init() does when it stores the bus speed in i2c_bus_speed[].
      
      Signed-off-by: default avatarTimur Tabi <timur@freescale.com>
      e4dafff8
  2. Jul 20, 2008
  3. Jul 18, 2008
  4. Jul 17, 2008
  5. Jul 15, 2008
  6. Jul 14, 2008
Loading