From: Gabor Juhos Date: Wed, 12 Jun 2013 16:02:45 +0000 (+0200) Subject: MIPS: remove obsolete TODO items X-Git-Tag: v2013.10-rc1~65^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b1a14c471cb4ea633746e7249e468a86a69f2495;p=kernel%2Fu-boot.git MIPS: remove obsolete TODO items The MIPS code uses centralized u-boot.lds script already, and dynamic relocation is supported as well. Signed-off-by: Gabor Juhos Cc: Daniel Schwierzeck --- diff --git a/doc/README.mips b/doc/README.mips index f4f770b..b28f628 100644 --- a/doc/README.mips +++ b/doc/README.mips @@ -39,8 +39,6 @@ TODOs * Secondary cache support missing - * Centralize the link directive files - * Initialize TLB entries redardless of their use * R2000/R3000 class parts are not supported @@ -51,8 +49,6 @@ TODOs initialized in board specific assembler language before the cache init code is run -- that is, initialize the DRAM in lowlevel_init(). - * get rid of CONFIG_MANUAL_RELOC - * centralize/share more CPU code of MIPS32, MIPS64 and XBurst * support Qemu Malta