Re: [U-Boot] [PATCH] odroid: defconfig: fix build break caused by missing dts

2015-03-14 Thread Minkyu Kang
On 12 March 2015 at 17:58, Lukasz Majewski  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 
> > Cc: Minkyu Kang 
> > ---
> >  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@lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>


Acked-by: Minkyu Kang 

-- 
from. prom.
www.promsoft.net
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH] odroid: defconfig: fix build break caused by missing dts

2015-03-12 Thread Lukasz Majewski
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 
> Cc: Minkyu Kang 
> ---
>  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@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH] odroid: defconfig: fix build break caused by missing dts

2015-03-10 Thread Lukasz Majewski
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 
> Cc: Minkyu Kang 
> ---
>  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 

-- 
Best regards,

Lukasz Majewski

Samsung R&D Institute Poland (SRPOL) | Linux Platform Group
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH] odroid: defconfig: fix build break caused by missing dts

2015-03-10 Thread Przemyslaw Marczak
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 
Cc: Minkyu Kang 
---
 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

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot