Home
last modified time | relevance | path

Searched hist:"91809608 a44f7d90be4c630f09c9de54cc3852d8" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/mips/cpu/mips32/
H A Dconfig.mk91809608a44f7d90be4c630f09c9de54cc3852d8 Mon Mar 28 16:33:55 UTC 2011 Daniel Schwierzeck <daniel.schwierzeck@googlemail.com> MIPS: Move content of arch/mips/cpu to arch/mips/cpu/mips32

All current CPUs and SoCs are based on MIPS32 arch. The complete
code resides in the global arch/mips/cpu directory. This is not
suitable if other MIPS architectures like MIPS64 or Octeon should
be supported in the future.

To achieve this the current CPU code is moved to its own mips32
subdirectory. All MIPS32 boards have to use mips32 as config switch
in board.cfg.

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Stefan Roese <sr@denx.de>
Cc: Thomas Lange <thomas@corelatus.se>
Cc: Vlad Lungu <vlad.lungu@windriver.com>
Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>