commit | d3b94e4b3b22b9f95c4d6a5f0c7fcf9288309c20 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <mpe@ellerman.id.au> | Wed Sep 24 15:57:10 2014 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Fri Oct 03 18:03:11 2014 +1000 |
tree | f5986d7ab77065c220beb4364bdf0b9f02b564b3 | |
parent | 8abf29f829de366b989b360af96b2ba871324ad6 [diff] |
powerpc: Don't build powernv for other platform defconfigs Because powernv arrived after these other platforms, the defconfigs didn't have PPC_POWERNV disabled, and being default y it gets turned on. If we're going to bother having defconfigs for the specific platforms then they should only build the code required for those platforms. The grab bag of everything config is ppc64_defconfig. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>