malloc_f: remove redundant defalut values of CONFIG_SYS_MALLOC_F_LEN
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@socionext.com> Acked-by: Stephen Warren <swarren@wwwdotorg.org> Reviewed-by: Simon Glass <sjg@chromium.org> Acked-by: Robert Baldyga <r.baldyga@samsung.com>
This commit is contained in:
parent
6eb6f132e6
commit
91405b7fa9
|
@ -83,9 +83,6 @@ config DM_GPIO
|
|||
config SYS_MALLOC_F
|
||||
default y
|
||||
|
||||
config SYS_MALLOC_F_LEN
|
||||
default 0x400
|
||||
|
||||
source "board/samsung/smdkv310/Kconfig"
|
||||
source "board/samsung/trats/Kconfig"
|
||||
source "board/samsung/universal_c210/Kconfig"
|
||||
|
|
|
@ -109,9 +109,6 @@ config DM_SERIAL
|
|||
config SYS_MALLOC_F
|
||||
default y if DM
|
||||
|
||||
config SYS_MALLOC_F_LEN
|
||||
default 0x400 if DM
|
||||
|
||||
config SYS_SOC
|
||||
default "omap3"
|
||||
|
||||
|
|
|
@ -48,9 +48,6 @@ endchoice
|
|||
config SYS_MALLOC_F
|
||||
default y
|
||||
|
||||
config SYS_MALLOC_F_LEN
|
||||
default 0x400
|
||||
|
||||
config CMD_PINMON
|
||||
bool "Enable boot mode pins monitor command"
|
||||
default y
|
||||
|
|
|
@ -43,8 +43,4 @@ config SYS_MALLOC_F
|
|||
bool
|
||||
default y
|
||||
|
||||
config SYS_MALLOC_F_LEN
|
||||
hex
|
||||
default 0x400
|
||||
|
||||
endif
|
||||
|
|
|
@ -50,7 +50,4 @@ config DM_SERIAL
|
|||
config SYS_MALLOC_F
|
||||
default y if DM
|
||||
|
||||
config SYS_MALLOC_F_LEN
|
||||
default 0x400 if DM
|
||||
|
||||
endif
|
||||
|
|
|
@ -14,4 +14,3 @@ CONFIG_DRAM_CLK=480
|
|||
CONFIG_DRAM_ZQ=122
|
||||
CONFIG_DRAM_EMR1=4
|
||||
CONFIG_SYS_MALLOC_F=y
|
||||
CONFIG_SYS_MALLOC_F_LEN=0x400
|
||||
|
|
|
@ -4,4 +4,3 @@ CONFIG_SPL_STACK_R_ADDR=0x82000000
|
|||
CONFIG_ARM=y
|
||||
CONFIG_TARGET_AM335X_IGEP0033=y
|
||||
CONFIG_SYS_MALLOC_F=y
|
||||
CONFIG_SYS_MALLOC_F_LEN=0x400
|
||||
|
|
|
@ -6,4 +6,3 @@ CONFIG_DM=y
|
|||
CONFIG_DM_GPIO=y
|
||||
CONFIG_DM_SERIAL=y
|
||||
CONFIG_SYS_MALLOC_F=y
|
||||
CONFIG_SYS_MALLOC_F_LEN=0x400
|
||||
|
|
|
@ -2,4 +2,3 @@ CONFIG_SPL=y
|
|||
CONFIG_ARM=y
|
||||
CONFIG_TARGET_CM_T335=y
|
||||
CONFIG_SYS_MALLOC_F=y
|
||||
CONFIG_SYS_MALLOC_F_LEN=0x400
|
||||
|
|
|
@ -3,4 +3,3 @@ CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/imx-common/spl_sd.cfg,MX6QDL"
|
|||
CONFIG_ARM=y
|
||||
CONFIG_TARGET_GW_VENTANA=y
|
||||
CONFIG_SYS_MALLOC_F=y
|
||||
CONFIG_SYS_MALLOC_F_LEN=0x400
|
||||
|
|
|
@ -2,6 +2,5 @@ CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6qsabreauto/mx6dl.cfg,MX6
|
|||
CONFIG_ARM=y
|
||||
CONFIG_TARGET_MX6QSABREAUTO=y
|
||||
CONFIG_SYS_MALLOC_F=y
|
||||
CONFIG_SYS_MALLOC_F_LEN=0x400
|
||||
CONFIG_DM=y
|
||||
CONFIG_DM_THERMAL=y
|
||||
|
|
|
@ -2,6 +2,5 @@ CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6qsabreauto/imximage.cfg,
|
|||
CONFIG_ARM=y
|
||||
CONFIG_TARGET_MX6QSABREAUTO=y
|
||||
CONFIG_SYS_MALLOC_F=y
|
||||
CONFIG_SYS_MALLOC_F_LEN=0x400
|
||||
CONFIG_DM=y
|
||||
CONFIG_DM_THERMAL=y
|
||||
|
|
|
@ -2,6 +2,5 @@ CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sabresd/mx6q_4x_mt41j128
|
|||
CONFIG_ARM=y
|
||||
CONFIG_TARGET_MX6SABRESD=y
|
||||
CONFIG_SYS_MALLOC_F=y
|
||||
CONFIG_SYS_MALLOC_F_LEN=0x400
|
||||
CONFIG_DM=y
|
||||
CONFIG_DM_THERMAL=y
|
||||
|
|
|
@ -2,6 +2,5 @@ CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sxsabresd/imximage.cfg,M
|
|||
CONFIG_ARM=y
|
||||
CONFIG_TARGET_MX6SXSABRESD=y
|
||||
CONFIG_SYS_MALLOC_F=y
|
||||
CONFIG_SYS_MALLOC_F_LEN=0x400
|
||||
CONFIG_DM=y
|
||||
CONFIG_DM_THERMAL=y
|
||||
|
|
|
@ -5,4 +5,3 @@ CONFIG_DM=n
|
|||
CONFIG_DM_SERIAL=n
|
||||
CONFIG_DM_GPIO=n
|
||||
CONFIG_SYS_MALLOC_F=y
|
||||
CONFIG_SYS_MALLOC_F_LEN=0x400
|
||||
|
|
|
@ -3,4 +3,3 @@ CONFIG_SYS_EXTRA_OPTIONS="REV1"
|
|||
CONFIG_ARM=y
|
||||
CONFIG_TARGET_PCM051=y
|
||||
CONFIG_SYS_MALLOC_F=y
|
||||
CONFIG_SYS_MALLOC_F_LEN=0x400
|
||||
|
|
|
@ -3,4 +3,3 @@ CONFIG_SYS_EXTRA_OPTIONS="REV3"
|
|||
CONFIG_ARM=y
|
||||
CONFIG_TARGET_PCM051=y
|
||||
CONFIG_SYS_MALLOC_F=y
|
||||
CONFIG_SYS_MALLOC_F_LEN=0x400
|
||||
|
|
|
@ -2,4 +2,3 @@ CONFIG_SPL=y
|
|||
CONFIG_ARM=y
|
||||
CONFIG_TARGET_PENGWYN=y
|
||||
CONFIG_SYS_MALLOC_F=y
|
||||
CONFIG_SYS_MALLOC_F_LEN=0x400
|
||||
|
|
|
@ -2,4 +2,3 @@ CONFIG_SPL=y
|
|||
CONFIG_ARM=y
|
||||
CONFIG_TARGET_PEPPER=y
|
||||
CONFIG_SYS_MALLOC_F=y
|
||||
CONFIG_SYS_MALLOC_F_LEN=0x400
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
CONFIG_ARM=y
|
||||
CONFIG_TARGET_RPI_2=y
|
||||
CONFIG_SYS_MALLOC_F=y
|
||||
CONFIG_SYS_MALLOC_F_LEN=0x400
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
CONFIG_ARM=y
|
||||
CONFIG_TARGET_RPI=y
|
||||
CONFIG_SYS_MALLOC_F=y
|
||||
CONFIG_SYS_MALLOC_F_LEN=0x400
|
||||
|
|
|
@ -3,4 +3,3 @@ CONFIG_ARCH_S5PC1XX=y
|
|||
CONFIG_TARGET_S5P_GONI=y
|
||||
CONFIG_DEFAULT_DEVICE_TREE="s5pc1xx-goni"
|
||||
CONFIG_SYS_MALLOC_F=y
|
||||
CONFIG_SYS_MALLOC_F_LEN=0x400
|
||||
|
|
|
@ -6,7 +6,6 @@ CONFIG_FIT_SIGNATURE=y
|
|||
CONFIG_DM=y
|
||||
CONFIG_DEFAULT_DEVICE_TREE="sandbox"
|
||||
CONFIG_SYS_MALLOC_F=y
|
||||
CONFIG_SYS_MALLOC_F_LEN=0x400
|
||||
CONFIG_CROS_EC=y
|
||||
CONFIG_DM_CROS_EC=y
|
||||
CONFIG_CROS_EC_SANDBOX=y
|
||||
|
|
|
@ -3,4 +3,3 @@ CONFIG_TARGET_SMDKC100=y
|
|||
CONFIG_ARCH_S5PC1XX=y
|
||||
CONFIG_DEFAULT_DEVICE_TREE="s5pc1xx-smdkc100"
|
||||
CONFIG_SYS_MALLOC_F=y
|
||||
CONFIG_SYS_MALLOC_F_LEN=0x400
|
||||
|
|
|
@ -6,4 +6,3 @@ CONFIG_DM=y
|
|||
CONFIG_DM_GPIO=y
|
||||
CONFIG_DM_SERIAL=y
|
||||
CONFIG_SYS_MALLOC_F=y
|
||||
CONFIG_SYS_MALLOC_F_LEN=0x400
|
||||
|
|
|
@ -6,4 +6,3 @@ CONFIG_DM=y
|
|||
CONFIG_DM_GPIO=y
|
||||
CONFIG_DM_SERIAL=y
|
||||
CONFIG_SYS_MALLOC_F=y
|
||||
CONFIG_SYS_MALLOC_F_LEN=0x400
|
||||
|
|
Loading…
Reference in New Issue