17 Oct, 2011

1 commit

  • Boards used to specify zreladdr in their Makefile.boot with
    zreladdr-y := x, so conflicting zreladdrs were silently overwritten.
    This patch changes this to zreladdr-y += x, so that we end
    up with multiple words in zreladdr in such a case. We can
    detect this later and complain if necessary.

    Signed-off-by: Sascha Hauer
    Signed-off-by: Russell King

    Sascha Hauer
     

26 Jan, 2010

1 commit

  • As per discussions with Russell King on linux-arm-kernel, it appears that
    both mach-s3c6400 and mach-s3c6410 are so close together that they should
    simply be merged into mach-s3c64xx.

    Note, this patch does not eliminate any of the bits that are still common,
    it is simply a move of the two directories together, any further common
    code will be eliminated or moved in further patches.

    Signed-off-by: Ben Dooks

    Ben Dooks