[U-Boot] [PATCH v3 4/7] malloc_f: remove redundant defalut values of CONFIG_SYS_MALLOC_F_LEN
Simon Glass
sjg at chromium.org
Mon Mar 23 22:33:29 CET 2015
On 19 March 2015 at 04:42, Masahiro Yamada
<yamada.masahiro at socionext.com> wrote:
> The default value of CONFIG_SYS_MALLOC_F_LEN is defined by ./Kconfig
> as 0x400. Each defconfig or Kconfig need not repeat the same value.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
> Acked-by: Stephen Warren <swarren at wwwdotorg.org>
> ---
>
> Changes in v2: None
>
> arch/arm/cpu/armv7/exynos/Kconfig | 3 ---
> arch/arm/cpu/armv7/omap3/Kconfig | 3 ---
> arch/arm/mach-uniphier/Kconfig | 3 ---
> board/amcc/canyonlands/Kconfig | 4 ----
> board/ti/am335x/Kconfig | 3 ---
> configs/Linksprite_pcDuino3_fdt_defconfig | 1 -
> configs/am335x_igep0033_defconfig | 1 -
> configs/cm_fx6_defconfig | 1 -
> configs/cm_t335_defconfig | 1 -
> configs/gwventana_defconfig | 1 -
> configs/mx6dlsabreauto_defconfig | 1 -
> configs/mx6qsabreauto_defconfig | 1 -
> configs/mx6qsabresd_defconfig | 1 -
> configs/mx6sxsabresd_defconfig | 1 -
> configs/nokia_rx51_defconfig | 1 -
> configs/pcm051_rev1_defconfig | 1 -
> configs/pcm051_rev3_defconfig | 1 -
> configs/pengwyn_defconfig | 1 -
> configs/pepper_defconfig | 1 -
> configs/rpi_2_defconfig | 1 -
> configs/rpi_defconfig | 1 -
> configs/s5p_goni_defconfig | 1 -
> configs/sandbox_defconfig | 1 -
> configs/smdkc100_defconfig | 1 -
> configs/snapper9260_defconfig | 1 -
> configs/snapper9g20_defconfig | 1 -
> 26 files changed, 37 deletions(-)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list