Re: [U-Boot] [PATCH v2] nios2: export fdt_blob to the environment variable

2015-10-11 Thread Marek Vasut
On Sunday, October 11, 2015 at 05:34:16 AM, 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. > > board/altera/nios2-generic/nios2-generic.c | 9

[U-Boot] [PATCH v2] nios2: export fdt_blob to the environment variable

2015-10-10 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. board/altera/nios2-generic/nios2-generic.c | 9 + include/configs/nios2-generic.h| 1 + 2 files changed, 10 inse