public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] odroid: defconfig: fix build break caused by missing dts
@ 2015-03-10  9:52 Przemyslaw Marczak
  2015-03-10 11:01 ` Lukasz Majewski
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Przemyslaw Marczak @ 2015-03-10  9:52 UTC (permalink / raw)
  To: u-boot

The build break was caused by one of my previous commit:
'odroid: defconfig: disable memset at malloc init'

It removes the dts from odroid defconfig - rebase mistake.

Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
Cc: Minkyu Kang <mk7.kang@samsung.com>
---
 configs/odroid_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/odroid_defconfig b/configs/odroid_defconfig
index cfb29e0..d32b5b5 100644
--- a/configs/odroid_defconfig
+++ b/configs/odroid_defconfig
@@ -2,6 +2,7 @@ CONFIG_ARM=y
 CONFIG_ARCH_EXYNOS=y
 CONFIG_TARGET_ODROID=y
 CONFIG_OF_CONTROL=y
+CONFIG_DEFAULT_DEVICE_TREE="exynos4412-odroid"
 CONFIG_DM_I2C=y
 CONFIG_DM_I2C_COMPAT=y
 # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [U-Boot] [PATCH] odroid: defconfig: fix build break caused by missing dts
  2015-03-10  9:52 [U-Boot] [PATCH] odroid: defconfig: fix build break caused by missing dts Przemyslaw Marczak
@ 2015-03-10 11:01 ` Lukasz Majewski
  2015-03-12  8:58 ` Lukasz Majewski
  2015-03-17 13:01 ` [U-Boot] " Tom Rini
  2 siblings, 0 replies; 5+ messages in thread
From: Lukasz Majewski @ 2015-03-10 11:01 UTC (permalink / raw)
  To: u-boot

Hi Przemyslaw,

> The build break was caused by one of my previous commit:
> 'odroid: defconfig: disable memset at malloc init'
> 
> It removes the dts from odroid defconfig - rebase mistake.
> 
> Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
> Cc: Minkyu Kang <mk7.kang@samsung.com>
> ---
>  configs/odroid_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/configs/odroid_defconfig b/configs/odroid_defconfig
> index cfb29e0..d32b5b5 100644
> --- a/configs/odroid_defconfig
> +++ b/configs/odroid_defconfig
> @@ -2,6 +2,7 @@ CONFIG_ARM=y
>  CONFIG_ARCH_EXYNOS=y
>  CONFIG_TARGET_ODROID=y
>  CONFIG_OF_CONTROL=y
> +CONFIG_DEFAULT_DEVICE_TREE="exynos4412-odroid"
>  CONFIG_DM_I2C=y
>  CONFIG_DM_I2C_COMPAT=y
>  # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set

Acked-by: Lukasz Majewski <l.majewski@samsung.com>

-- 
Best regards,

Lukasz Majewski

Samsung R&D Institute Poland (SRPOL) | Linux Platform Group

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] [PATCH] odroid: defconfig: fix build break caused by missing dts
  2015-03-10  9:52 [U-Boot] [PATCH] odroid: defconfig: fix build break caused by missing dts Przemyslaw Marczak
  2015-03-10 11:01 ` Lukasz Majewski
@ 2015-03-12  8:58 ` Lukasz Majewski
  2015-03-14 14:25   ` Minkyu Kang
  2015-03-17 13:01 ` [U-Boot] " Tom Rini
  2 siblings, 1 reply; 5+ messages in thread
From: Lukasz Majewski @ 2015-03-12  8:58 UTC (permalink / raw)
  To: u-boot

Hi Tom,

> The build break was caused by one of my previous commit:
> 'odroid: defconfig: disable memset at malloc init'
> 
> It removes the dts from odroid defconfig - rebase mistake.
> 
> Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
> Cc: Minkyu Kang <mk7.kang@samsung.com>
> ---
>  configs/odroid_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/configs/odroid_defconfig b/configs/odroid_defconfig
> index cfb29e0..d32b5b5 100644
> --- a/configs/odroid_defconfig
> +++ b/configs/odroid_defconfig
> @@ -2,6 +2,7 @@ CONFIG_ARM=y
>  CONFIG_ARCH_EXYNOS=y
>  CONFIG_TARGET_ODROID=y
>  CONFIG_OF_CONTROL=y
> +CONFIG_DEFAULT_DEVICE_TREE="exynos4412-odroid"
>  CONFIG_DM_I2C=y
>  CONFIG_DM_I2C_COMPAT=y
>  # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set

Tom, could you fetch this fix patch ? Thanks in advance.

-- 
Best regards,

Lukasz Majewski

Samsung R&D Institute Poland (SRPOL) | Linux Platform Group

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] [PATCH] odroid: defconfig: fix build break caused by missing dts
  2015-03-12  8:58 ` Lukasz Majewski
@ 2015-03-14 14:25   ` Minkyu Kang
  0 siblings, 0 replies; 5+ messages in thread
From: Minkyu Kang @ 2015-03-14 14:25 UTC (permalink / raw)
  To: u-boot

On 12 March 2015 at 17:58, Lukasz Majewski <l.majewski@samsung.com> wrote:

> Hi Tom,
>
> > The build break was caused by one of my previous commit:
> > 'odroid: defconfig: disable memset at malloc init'
> >
> > It removes the dts from odroid defconfig - rebase mistake.
> >
> > Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
> > Cc: Minkyu Kang <mk7.kang@samsung.com>
> > ---
> >  configs/odroid_defconfig | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/configs/odroid_defconfig b/configs/odroid_defconfig
> > index cfb29e0..d32b5b5 100644
> > --- a/configs/odroid_defconfig
> > +++ b/configs/odroid_defconfig
> > @@ -2,6 +2,7 @@ CONFIG_ARM=y
> >  CONFIG_ARCH_EXYNOS=y
> >  CONFIG_TARGET_ODROID=y
> >  CONFIG_OF_CONTROL=y
> > +CONFIG_DEFAULT_DEVICE_TREE="exynos4412-odroid"
> >  CONFIG_DM_I2C=y
> >  CONFIG_DM_I2C_COMPAT=y
> >  # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
>
> Tom, could you fetch this fix patch ? Thanks in advance.
>
> --
> Best regards,
>
> Lukasz Majewski
>
> Samsung R&D Institute Poland (SRPOL) | Linux Platform Group
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>


Acked-by: Minkyu Kang <mk7.kang@samsung.com>

-- 
from. prom.
www.promsoft.net

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot] odroid: defconfig: fix build break caused by missing dts
  2015-03-10  9:52 [U-Boot] [PATCH] odroid: defconfig: fix build break caused by missing dts Przemyslaw Marczak
  2015-03-10 11:01 ` Lukasz Majewski
  2015-03-12  8:58 ` Lukasz Majewski
@ 2015-03-17 13:01 ` Tom Rini
  2 siblings, 0 replies; 5+ messages in thread
From: Tom Rini @ 2015-03-17 13:01 UTC (permalink / raw)
  To: u-boot

On Tue, Mar 10, 2015 at 10:52:59AM +0100, Przemyslaw Marczak wrote:

> The build break was caused by one of my previous commit:
> 'odroid: defconfig: disable memset at malloc init'
> 
> It removes the dts from odroid defconfig - rebase mistake.
> 
> Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
> Cc: Minkyu Kang <mk7.kang@samsung.com>
> Acked-by: Lukasz Majewski <l.majewski@samsung.com>
> Acked-by: Minkyu Kang <mk7.kang@samsung.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150317/d48496a2/attachment.sig>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-03-17 13:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-10  9:52 [U-Boot] [PATCH] odroid: defconfig: fix build break caused by missing dts Przemyslaw Marczak
2015-03-10 11:01 ` Lukasz Majewski
2015-03-12  8:58 ` Lukasz Majewski
2015-03-14 14:25   ` Minkyu Kang
2015-03-17 13:01 ` [U-Boot] " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox