diff mbox

[U-Boot,v8,08/12] dm: exynos: Move s5p_goni to generic board

Message ID 1410733771-5182-9-git-send-email-sjg@chromium.org
State Superseded
Delegated to: Simon Glass
Headers show

Commit Message

Simon Glass Sept. 14, 2014, 10:29 p.m. UTC
The generic board deadline is approaching, and we need this feature to
enable driver model. Enable CONFIG_SYS_GENERIC_BOARD for s5p_goni.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

Changes in v8:
- Add new patch to move s5p_goni to generic board

Changes in v7: None
Changes in v6: None
Changes in v5: None
Changes in v4: None

 include/configs/s5p_goni.h | 2 ++
 1 file changed, 2 insertions(+)

Comments

Robert Baldyga Sept. 29, 2014, 6:06 a.m. UTC | #1
On 09/15/2014 12:29 AM, Simon Glass wrote:
> The generic board deadline is approaching, and we need this feature to
> enable driver model. Enable CONFIG_SYS_GENERIC_BOARD for s5p_goni.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
> 
> Changes in v8:
> - Add new patch to move s5p_goni to generic board
> 
> Changes in v7: None
> Changes in v6: None
> Changes in v5: None
> Changes in v4: None
> 
>  include/configs/s5p_goni.h | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/include/configs/s5p_goni.h b/include/configs/s5p_goni.h
> index ec78b6e..b7d9cb7 100644
> --- a/include/configs/s5p_goni.h
> +++ b/include/configs/s5p_goni.h
> @@ -289,4 +289,6 @@
>  #define CONFIG_OF_SEPARATE
>  #define CONFIG_OF_LIBFDT
>  
> +#define CONFIG_SYS_GENERIC_BOARD
> +
>  #endif	/* __CONFIG_H */
> 

Acked-by: Robert Baldyga <r.baldyga@samsung.com>

Thanks,
Robert Baldyga
Minkyu Kang Oct. 8, 2014, 11:36 a.m. UTC | #2
Dear Robert Baldyga,

On 29/09/14 15:06, Robert Baldyga wrote:
> On 09/15/2014 12:29 AM, Simon Glass wrote:
>> The generic board deadline is approaching, and we need this feature to
>> enable driver model. Enable CONFIG_SYS_GENERIC_BOARD for s5p_goni.
>>
>> Signed-off-by: Simon Glass <sjg@chromium.org>
>> ---
>>
>> Changes in v8:
>> - Add new patch to move s5p_goni to generic board
>>
>> Changes in v7: None
>> Changes in v6: None
>> Changes in v5: None
>> Changes in v4: None
>>
>>  include/configs/s5p_goni.h | 2 ++
>>  1 file changed, 2 insertions(+)
>>
>> diff --git a/include/configs/s5p_goni.h b/include/configs/s5p_goni.h
>> index ec78b6e..b7d9cb7 100644
>> --- a/include/configs/s5p_goni.h
>> +++ b/include/configs/s5p_goni.h
>> @@ -289,4 +289,6 @@
>>  #define CONFIG_OF_SEPARATE
>>  #define CONFIG_OF_LIBFDT
>>  
>> +#define CONFIG_SYS_GENERIC_BOARD
>> +
>>  #endif	/* __CONFIG_H */
>>
> 
> Acked-by: Robert Baldyga <r.baldyga@samsung.com>
> 

Then how's your patch?
http://patchwork.ozlabs.org/patch/390306/

Thanks,
Minkyu Kang.
Robert Baldyga Oct. 8, 2014, 12:21 p.m. UTC | #3
On 10/08/2014 01:36 PM, Minkyu Kang wrote:
> Dear Robert Baldyga,
> 
> On 29/09/14 15:06, Robert Baldyga wrote:
>> On 09/15/2014 12:29 AM, Simon Glass wrote:
>>> The generic board deadline is approaching, and we need this feature to
>>> enable driver model. Enable CONFIG_SYS_GENERIC_BOARD for s5p_goni.
>>>
>>> Signed-off-by: Simon Glass <sjg@chromium.org>
>>> ---
>>>
>>> Changes in v8:
>>> - Add new patch to move s5p_goni to generic board
>>>
>>> Changes in v7: None
>>> Changes in v6: None
>>> Changes in v5: None
>>> Changes in v4: None
>>>
>>>  include/configs/s5p_goni.h | 2 ++
>>>  1 file changed, 2 insertions(+)
>>>
>>> diff --git a/include/configs/s5p_goni.h b/include/configs/s5p_goni.h
>>> index ec78b6e..b7d9cb7 100644
>>> --- a/include/configs/s5p_goni.h
>>> +++ b/include/configs/s5p_goni.h
>>> @@ -289,4 +289,6 @@
>>>  #define CONFIG_OF_SEPARATE
>>>  #define CONFIG_OF_LIBFDT
>>>  
>>> +#define CONFIG_SYS_GENERIC_BOARD
>>> +
>>>  #endif	/* __CONFIG_H */
>>>
>>
>> Acked-by: Robert Baldyga <r.baldyga@samsung.com>
>>
> 
> Then how's your patch?
> http://patchwork.ozlabs.org/patch/390306/
> 
> Thanks,
> Minkyu Kang.
> 

Please discard my patch. Simon's patch should be applied.

Thanks,
Robert Baldyga.
diff mbox

Patch

diff --git a/include/configs/s5p_goni.h b/include/configs/s5p_goni.h
index ec78b6e..b7d9cb7 100644
--- a/include/configs/s5p_goni.h
+++ b/include/configs/s5p_goni.h
@@ -289,4 +289,6 @@ 
 #define CONFIG_OF_SEPARATE
 #define CONFIG_OF_LIBFDT
 
+#define CONFIG_SYS_GENERIC_BOARD
+
 #endif	/* __CONFIG_H */