commit | 6cfce27c14aad746fe6f1b0bbeefab52b8b6217f | [log] [tgz] |
---|---|---|
author | Tony Lindgren <tony@atomide.com> | Fri Dec 10 09:46:24 2010 -0800 |
committer | Tony Lindgren <tony@atomide.com> | Fri Dec 10 09:46:55 2010 -0800 |
tree | 24c78e1a7f3f8bb3568df3d8fed5f370e34887a7 | |
parent | 7f9187c26fd120bd2f0ce089e5f46c4bd3c4193b [diff] |
omap1: Add omap1_defconfig The omap1_defconfig this should be eventually usable for booting all omap1 machines. Generated based on: $ grep ARCH_OMAP1=y arch/arm/configs/* | cut -d: -f1 | xargs cat | \ sort | uniq >> arch/arm/configs/omap1_defconfig Then change few things manually, like use Nokia 770 CONFIG_CMDLINE as it does not allow setting it in the bootloader. Finally ran make savedefconfig on it. Signed-off-by: Tony Lindgren <tony@atomide.com>