1. 29 Dec, 2010 1 commit
    • Stephen Neuendorffer's avatar
      of/flattree: Add Kconfig for EARLY_FLATTREE · e6ce1324
      Stephen Neuendorffer authored
      The device tree code is now in two pieces: some which can be used generically
      on any platform which selects CONFIG_OF_FLATTREE, and some early which is used
      at boot time on only a few architectures.  This patch segregates the early
      code so that only those architectures which care about it need compile it.
      This also means that some of the requirements in the early code (such as
      a cmd_line variable) that most architectures (e.g. X86) don't provide
      can be ignored.
      Signed-off-by: default avatarStephen Neuendorffer <stephen.neuendorffer@xilinx.com>
      [grant.likely@secretlab.ca: remove extra blank line addition]
      [grant.likely@secretlab.ca: fixed incorrect #ifdef CONFIG_EARLY_FLATTREE check]
      [grant.likely@secretlab.ca: Made OF_EARLY_FLATTREE select instead of depend
                                  on OF_FLATTREE]
      Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
      e6ce1324
  2. 24 Dec, 2010 4 commits
  3. 23 Dec, 2010 5 commits
  4. 21 Dec, 2010 5 commits
  5. 20 Dec, 2010 9 commits
  6. 19 Dec, 2010 3 commits
  7. 18 Dec, 2010 3 commits
  8. 17 Dec, 2010 10 commits