From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 5/5] common: Enable fdt_support in SPL build
Date: Thu, 10 Sep 2015 13:49:53 +0200 [thread overview]
Message-ID: <201509101349.53180.marex@denx.de> (raw)
In-Reply-To: <1441861336-2547-1-git-send-email-clsee@altera.com>
On Thursday, September 10, 2015 at 07:02:16 AM, Chin Liang See wrote:
> Enable more device tree function support such as
> fdt_getprop_u32_default_node in SPL.
>
> Signed-off-by: Chin Liang See <clsee@altera.com>
> Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
> Cc: Dinh Nguyen <dinh.linux@gmail.com>
> Cc: Marek Vasut <marex@denx.de>
> Cc: Stefan Roese <sr@denx.de>
> Cc: Vikas Manocha <vikas.manocha@st.com>
> Cc: Jagannadh Teki <jteki@openedev.com>
> Cc: Pavel Machek <pavel@denx.de>
+CC Simon, I'm worried this might blow the size of all SPLs , which is not
the thing we'd like to see.
> ---
> common/Makefile | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/common/Makefile b/common/Makefile
> index 556fb07..9e059fe 100644
> --- a/common/Makefile
> +++ b/common/Makefile
> @@ -97,7 +97,7 @@ obj-$(CONFIG_CMD_EXT4) += cmd_ext4.o
> obj-$(CONFIG_CMD_EXT2) += cmd_ext2.o
> obj-$(CONFIG_CMD_FAT) += cmd_fat.o
> obj-$(CONFIG_CMD_FDC) += cmd_fdc.o
> -obj-$(CONFIG_OF_LIBFDT) += cmd_fdt.o fdt_support.o
> +obj-$(CONFIG_OF_LIBFDT) += cmd_fdt.o
> obj-$(CONFIG_CMD_FITUPD) += cmd_fitupd.o
> obj-$(CONFIG_CMD_FLASH) += cmd_flash.o
> ifdef CONFIG_FPGA
> @@ -265,7 +265,7 @@ obj-y += malloc_simple.o
> endif
> obj-y += image.o
> obj-$(CONFIG_ANDROID_BOOT_IMAGE) += image-android.o
> -obj-$(CONFIG_OF_LIBFDT) += image-fdt.o
> +obj-$(CONFIG_OF_LIBFDT) += image-fdt.o fdt_support.o
> obj-$(CONFIG_FIT) += image-fit.o
> obj-$(CONFIG_FIT_SIGNATURE) += image-sig.o
> obj-$(CONFIG_IO_TRACE) += iotrace.o
> --
> 1.7.7.4
Best regards,
Marek Vasut
next prev parent reply other threads:[~2015-09-10 11:49 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-10 5:02 [U-Boot] [PATCH v3 5/5] common: Enable fdt_support in SPL build Chin Liang See
2015-09-10 11:49 ` Marek Vasut [this message]
2015-09-11 0:14 ` Simon Glass
2015-09-11 0:45 ` Marek Vasut
[not found] ` <0016CF5815A1B142902817051AF62EB305F787C6@PG-ITEXCH02.altera.priv.altera.com>
2015-09-23 3:10 ` Chin Liang See
2015-09-23 15:38 ` Simon Glass
2015-09-30 0:32 ` Chin Liang See
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=201509101349.53180.marex@denx.de \
--to=marex@denx.de \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.