Re: [U-Boot] [PATCH] Makefile: fix newline escaping for CONFIG_DEFAULT_ENV_FILE

2019-09-02 Thread Tom Rini
On Wed, Aug 28, 2019 at 11:00:46AM +, Rasmus Villemoes wrote: > I wanted this to be compatible with mkenvimage, including the ability > to embed newlines in variables by escaping them. But I failed to check > that it works more than once. > > Fixes: f3d8f7dd73a (Allow providing default

[U-Boot] [PATCH] Makefile: fix newline escaping for CONFIG_DEFAULT_ENV_FILE

2019-08-28 Thread Rasmus Villemoes
I wanted this to be compatible with mkenvimage, including the ability to embed newlines in variables by escaping them. But I failed to check that it works more than once. Fixes: f3d8f7dd73a (Allow providing default environment from file) Signed-off-by: Rasmus Villemoes --- Makefile | 2 +- 1