commit | d9626947f20b3dc0992e4ac28b477f7601f8f16e | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Aug 02 10:13:56 2010 +1000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Nov 30 15:35:08 2010 +1100 |
tree | 8ba2e79713cf16a0a51ee6639b634ffed337bb92 | |
parent | cf5cbf9f8085eb45316d6e3c888a77cc50696701 [diff] |
powerpc/nvram: Change nvram_setup_partition() to use new helper This changes the function to use nvram_find_partition() instead of doing the lookup "by hand". It also makes some of the logic clearer and prints out more useful diagnostic information. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>