public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Alexey Brodkin <Alexey.Brodkin@synopsys.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 17/19] dm: Kconfig: Move CONFIG_SYS_MALLOC_F_LEN to Kconfig
Date: Wed, 18 Feb 2015 13:44:22 +0000	[thread overview]
Message-ID: <1424267062.22510.17.camel@synopsys.com> (raw)
In-Reply-To: <1423197710-1568-18-git-send-email-sjg@chromium.org>

Hi Simon,

On Thu, 2015-02-05 at 21:41 -0700, Simon Glass wrote:
> +config SYS_MALLOC_F
> +	bool "Enable malloc() pool before relocation"
> +	default 0x400

I'm wondering if default value here should be of type "bool" but not a
hex value?

Probably this is just a copy paste from the following SYS_MALLOC_F_LEN?

> +	help
> +	  Before relocation memory is very limited on many platforms. Still,
> +	  we can provide a small malloc() pool if needed. Driver model in
> +	  particular needs this to operate, so that it can allocate the
> +	  initial serial device and any others that are needed.
> +
> +config SYS_MALLOC_F_LEN
> +	hex "Size of malloc() pool before relocation"
> +	depends on SYS_MALLOC_F
> +	default 0x400
> +	help
> +	  Before relocation memory is very limited on many platforms. Still,
> +	  we can provide a small malloc() pool if needed. Driver model in
> +	  particular needs this to operate, so that it can allocate the
> +	  initial serial device and any others that are needed.

-Alexey

  reply	other threads:[~2015-02-18 13:44 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-06  4:41 [U-Boot] [PATCH v2 0/19] dm: Convert boards to Kconfig for driver model Simon Glass
2015-02-06  4:41 ` [U-Boot] [PATCH v2 01/19] dm: i2c: Add a dm_ prefix to driver model bus speed functions Simon Glass
2015-02-06  7:12   ` Heiko Schocher
2015-02-11 19:44     ` Simon Glass
2015-02-06  4:41 ` [U-Boot] [PATCH v2 02/19] dm: i2c: Make API accessible even without CONFIG_DM Simon Glass
2015-02-06  7:15   ` Heiko Schocher
2015-02-11 19:45     ` Simon Glass
2015-02-06  4:41 ` [U-Boot] [PATCH v2 03/19] dm: Add Kconfig for driver/demo Simon Glass
2015-02-09  3:51   ` Masahiro Yamada
2015-02-11 19:45     ` Simon Glass
2015-02-06  4:41 ` [U-Boot] [PATCH v2 04/19] dm: Expand and complete Kconfig in drivers/ Simon Glass
2015-02-09  3:46   ` Masahiro Yamada
2015-02-11 19:45     ` Simon Glass
2015-02-06  4:41 ` [U-Boot] [PATCH v2 05/19] dm: Add Kconfig options for driver model SPL support Simon Glass
2015-02-11 19:45   ` Simon Glass
2015-02-06  4:41 ` [U-Boot] [PATCH v2 06/19] dm: test: Add a Kconfig file Simon Glass
2015-02-09  3:51   ` Masahiro Yamada
2015-02-11 19:45     ` Simon Glass
2015-02-06  4:41 ` [U-Boot] [PATCH v2 07/19] dm: Add CMD_DM and CMD_DEMO to Kconfig Simon Glass
2015-02-09  4:10   ` Masahiro Yamada
2015-02-11 19:45     ` Simon Glass
2015-02-06  4:41 ` [U-Boot] [PATCH v2 08/19] dm: Move Raspberry Pi driver model CONFIGs " Simon Glass
2015-02-11 19:45   ` Simon Glass
2015-02-06  4:41 ` [U-Boot] [PATCH v2 09/19] dm: exynos: Move " Simon Glass
2015-02-11 19:45   ` Simon Glass
2015-02-06  4:41 ` [U-Boot] [PATCH v2 10/19] dm: x86: " Simon Glass
2015-02-11 19:46   ` Simon Glass
2015-02-06  4:41 ` [U-Boot] [PATCH v2 11/19] dm: tegra: " Simon Glass
2015-02-11 19:46   ` Simon Glass
2015-02-06  4:41 ` [U-Boot] [PATCH v2 12/19] dm: at91: snapper: " Simon Glass
2015-02-09  3:43   ` Masahiro Yamada
2015-02-10  5:04     ` Simon Glass
2015-02-06  4:41 ` [U-Boot] [PATCH v2 13/19] dm: omap3: " Simon Glass
2015-02-09  5:35   ` Masahiro Yamada
2015-02-10  5:04     ` Simon Glass
2015-02-11 19:46       ` Simon Glass
2015-02-06  4:41 ` [U-Boot] [PATCH v2 14/19] dm: sandbox: " Simon Glass
2015-02-11 19:46   ` Simon Glass
2015-02-06  4:41 ` [U-Boot] [PATCH v2 15/19] dm: sunxi: " Simon Glass
2015-02-07  4:22   ` Ian Campbell
2015-02-07 15:12     ` Simon Glass
2015-02-11 19:46       ` Simon Glass
2015-02-06  4:41 ` [U-Boot] [PATCH v2 16/19] dm: mx6: " Simon Glass
2015-02-11 19:47   ` Simon Glass
2015-02-06  4:41 ` [U-Boot] [PATCH v2 17/19] dm: Kconfig: Move CONFIG_SYS_MALLOC_F_LEN " Simon Glass
2015-02-18 13:44   ` Alexey Brodkin [this message]
2015-02-19 14:06     ` Simon Glass
2015-02-06  4:41 ` [U-Boot] [PATCH v2 18/19] dm: socfpga: Move driver model CONFIGs " Simon Glass
2015-02-06 23:36   ` Dinh Nguyen
2015-02-07  0:11     ` Simon Glass
2015-02-09  7:29       ` Stefan Roese
2015-02-09 16:45         ` Dinh Nguyen
2015-02-09 17:04           ` Marek Vasut
2015-02-11 19:47             ` Simon Glass
2015-02-06  4:41 ` [U-Boot] [PATCH v2 19/19] dm: Drop unused driver model config_defaults Simon Glass

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1424267062.22510.17.camel@synopsys.com \
    --to=alexey.brodkin@synopsys.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox