
Hi Simon,
2014-12-09 22:21 GMT+09:00 Simon Glass sjg@chromium.org:
diff --git a/arch/arm/cpu/armv7/tegra-common/Kconfig b/arch/arm/cpu/armv7/tegra-common/Kconfig index 898e86d..9c98d19 100644 --- a/arch/arm/cpu/armv7/tegra-common/Kconfig +++ b/arch/arm/cpu/armv7/tegra-common/Kconfig @@ -17,6 +17,9 @@ config TEGRA124
endchoice
+config SYS_MALLOC_F_LEN
default 0x1800
I do not object against your way now, but it seems unfortunate because I think this kind of stuff should go to _defconfig.
The problem is that we have much more defconfig files than Linux without much differences but we do not have something like tegra-common_defconfig.
I have been thinking of this these days.
Perhaps, one possible solution I have come up with is to use scripts/kconfig/merge_config.sh For example,
- "make tegra30_defconfig" + tegra30_harmony.config -> Harmony board - "make tegra30_defconfig" + tegra30_seaboard.config -> Seaboard