* [U-Boot] [PATCH] Remove odroid_xu3.h.rej
@ 2015-08-17 6:51 Masahiro Yamada
2015-08-17 8:44 ` Przemyslaw Marczak
0 siblings, 1 reply; 4+ messages in thread
From: Masahiro Yamada @ 2015-08-17 6:51 UTC (permalink / raw)
To: u-boot
This file was accidentally added by commit 181bd9dc61d2 ("kconfig:
add config option for shell prompt").
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---
include/configs/odroid_xu3.h.rej | 10 ----------
1 file changed, 10 deletions(-)
delete mode 100644 include/configs/odroid_xu3.h.rej
diff --git a/include/configs/odroid_xu3.h.rej b/include/configs/odroid_xu3.h.rej
deleted file mode 100644
index a1c2964..0000000
--- a/include/configs/odroid_xu3.h.rej
+++ /dev/null
@@ -1,10 +0,0 @@
---- include/configs/odroid_xu3.h
-+++ include/configs/odroid_xu3.h
-@@ -10,7 +10,6 @@
-
- #include "exynos5420-common.h"
-
--#define CONFIG_SYS_PROMPT "ODROID-XU3 # "
- #define CONFIG_IDENT_STRING " for ODROID-XU3"
-
- #define CONFIG_BOARD_COMMON
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH] Remove odroid_xu3.h.rej
2015-08-17 6:51 [U-Boot] [PATCH] Remove odroid_xu3.h.rej Masahiro Yamada
@ 2015-08-17 8:44 ` Przemyslaw Marczak
2015-08-17 8:59 ` Masahiro Yamada
0 siblings, 1 reply; 4+ messages in thread
From: Przemyslaw Marczak @ 2015-08-17 8:44 UTC (permalink / raw)
To: u-boot
Hi Masahiro,
On 08/17/2015 08:51 AM, Masahiro Yamada wrote:
> This file was accidentally added by commit 181bd9dc61d2 ("kconfig:
> add config option for shell prompt").
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
>
> include/configs/odroid_xu3.h.rej | 10 ----------
> 1 file changed, 10 deletions(-)
> delete mode 100644 include/configs/odroid_xu3.h.rej
>
> diff --git a/include/configs/odroid_xu3.h.rej b/include/configs/odroid_xu3.h.rej
> deleted file mode 100644
> index a1c2964..0000000
> --- a/include/configs/odroid_xu3.h.rej
> +++ /dev/null
> @@ -1,10 +0,0 @@
> ---- include/configs/odroid_xu3.h
> -+++ include/configs/odroid_xu3.h
> -@@ -10,7 +10,6 @@
> -
> - #include "exynos5420-common.h"
> -
> --#define CONFIG_SYS_PROMPT "ODROID-XU3 # "
> - #define CONFIG_IDENT_STRING " for ODROID-XU3"
> -
> - #define CONFIG_BOARD_COMMON
>
The same patch was posted two days ago by Simon, but thanks for catching.
Best regards,
--
Przemyslaw Marczak
Samsung R&D Institute Poland
Samsung Electronics
p.marczak at samsung.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH] Remove odroid_xu3.h.rej
2015-08-17 8:44 ` Przemyslaw Marczak
@ 2015-08-17 8:59 ` Masahiro Yamada
2015-08-17 9:16 ` Bin Meng
0 siblings, 1 reply; 4+ messages in thread
From: Masahiro Yamada @ 2015-08-17 8:59 UTC (permalink / raw)
To: u-boot
2015-08-17 17:44 GMT+09:00 Przemyslaw Marczak <p.marczak@samsung.com>:
> Hi Masahiro,
>
> On 08/17/2015 08:51 AM, Masahiro Yamada wrote:
>>
>> This file was accidentally added by commit 181bd9dc61d2 ("kconfig:
>> add config option for shell prompt").
>>
>> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
>> ---
>>
>> include/configs/odroid_xu3.h.rej | 10 ----------
>> 1 file changed, 10 deletions(-)
>> delete mode 100644 include/configs/odroid_xu3.h.rej
>>
>> diff --git a/include/configs/odroid_xu3.h.rej
>> b/include/configs/odroid_xu3.h.rej
>> deleted file mode 100644
>> index a1c2964..0000000
>> --- a/include/configs/odroid_xu3.h.rej
>> +++ /dev/null
>> @@ -1,10 +0,0 @@
>> ---- include/configs/odroid_xu3.h
>> -+++ include/configs/odroid_xu3.h
>> -@@ -10,7 +10,6 @@
>> -
>> - #include "exynos5420-common.h"
>> -
>> --#define CONFIG_SYS_PROMPT "ODROID-XU3 # "
>> - #define CONFIG_IDENT_STRING " for ODROID-XU3"
>> -
>> - #define CONFIG_BOARD_COMMON
>>
>
> The same patch was posted two days ago by Simon, but thanks for catching.
>
According to the mail header, it was posted two days ago
and it took two days for delivery.
It is not a good thing that the U-Boot mail server is pretty often down. :(
Minkyu Kan also posted an equivalent patch.
Anyway, Tom said it was locally fixed.
--
Best Regards
Masahiro Yamada
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH] Remove odroid_xu3.h.rej
2015-08-17 8:59 ` Masahiro Yamada
@ 2015-08-17 9:16 ` Bin Meng
0 siblings, 0 replies; 4+ messages in thread
From: Bin Meng @ 2015-08-17 9:16 UTC (permalink / raw)
To: u-boot
On Mon, Aug 17, 2015 at 4:59 PM, Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:
> 2015-08-17 17:44 GMT+09:00 Przemyslaw Marczak <p.marczak@samsung.com>:
>> Hi Masahiro,
>>
>> On 08/17/2015 08:51 AM, Masahiro Yamada wrote:
>>>
>>> This file was accidentally added by commit 181bd9dc61d2 ("kconfig:
>>> add config option for shell prompt").
>>>
>>> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
>>> ---
>>>
>>> include/configs/odroid_xu3.h.rej | 10 ----------
>>> 1 file changed, 10 deletions(-)
>>> delete mode 100644 include/configs/odroid_xu3.h.rej
>>>
>>> diff --git a/include/configs/odroid_xu3.h.rej
>>> b/include/configs/odroid_xu3.h.rej
>>> deleted file mode 100644
>>> index a1c2964..0000000
>>> --- a/include/configs/odroid_xu3.h.rej
>>> +++ /dev/null
>>> @@ -1,10 +0,0 @@
>>> ---- include/configs/odroid_xu3.h
>>> -+++ include/configs/odroid_xu3.h
>>> -@@ -10,7 +10,6 @@
>>> -
>>> - #include "exynos5420-common.h"
>>> -
>>> --#define CONFIG_SYS_PROMPT "ODROID-XU3 # "
>>> - #define CONFIG_IDENT_STRING " for ODROID-XU3"
>>> -
>>> - #define CONFIG_BOARD_COMMON
>>>
>>
>> The same patch was posted two days ago by Simon, but thanks for catching.
>>
>
>
> According to the mail header, it was posted two days ago
> and it took two days for delivery.
>
> It is not a good thing that the U-Boot mail server is pretty often down. :(
Yes, it was a long weekend without any traffic ..
http://lists.denx.de/pipermail/u-boot/2015-August/223856.html
>
> Minkyu Kan also posted an equivalent patch.
>
>
> Anyway, Tom said it was locally fixed.
>
Regards,
Bin
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-08-17 9:16 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-17 6:51 [U-Boot] [PATCH] Remove odroid_xu3.h.rej Masahiro Yamada
2015-08-17 8:44 ` Przemyslaw Marczak
2015-08-17 8:59 ` Masahiro Yamada
2015-08-17 9:16 ` Bin Meng
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.