[PATCH 2/4] arm: configs: update mmp2 defconfig for brownstone and SoC Selection
From: arnd@arndb.de (Arnd Bergmann)
Date: 2011-02-14 14:05:39
Also in:
linux-mmc
From: arnd@arndb.de (Arnd Bergmann)
Date: 2011-02-14 14:05:39
Also in:
linux-mmc
On Monday 14 February 2011, Philip Rakity wrote:
took old mmp2_defconfig -- did make menuconfig changed to CPU_MMP2 added brownstone as supported board Signed-off-by: Philip Rakity <redacted>
You should not use full .config files as defconfig any more these days. Please use 'make defconfig' as a final step to create the minimum list of config symbols. This applies to the other two as well. Arnd