Re: [PATCH 2/4] arm: configs: update mmp2 defconfig for brownstone and SoC Selection
From: Nicolas Pitre <nico@fluxnic.net>
Date: 2011-02-14 18:26:48
Also in:
linux-arm-kernel
From: Nicolas Pitre <nico@fluxnic.net>
Date: 2011-02-14 18:26:48
Also in:
linux-arm-kernel
On Sun, 13 Feb 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> --- arch/arm/configs/mmp2_defconfig | 1207 ++++++++++++++++++++++++++++++++++++++- 1 files changed, 1203 insertions(+), 4 deletions(-)
That's not good. You should do a "make savedefconfig" which will produce a ./defconfig file which is a reduced version of your config. Then use that instead of the .config file to update your default config. Nicolas