Re: [U-Boot] [PATCH v3] env: export fdt_blob to the environment variable

2015-10-15 Thread Simon Glass
Hi, On Monday, 12 October 2015, Thomas Chou wrote: > > Export fdt_blob to the environment variable. So that we may > use it to boot Linux. > > Signed-off-by: Thomas Chou > --- > v2 > move the code to per board, nios2-generic.c. > v3 > move the code to generic, board_r.c. > > common/board_r.

[U-Boot] [PATCH v3] env: export fdt_blob to the environment variable

2015-10-11 Thread Thomas Chou
Export fdt_blob to the environment variable. So that we may use it to boot Linux. Signed-off-by: Thomas Chou --- v2 move the code to per board, nios2-generic.c. v3 move the code to generic, board_r.c. common/board_r.c | 1 + 1 file changed, 1 insertion(+) diff --git a/common/board_r.c b/co