Re: [U-Boot] [PATCH v2 08/33] x86: Remove unnecessary find_fdt(), prepare_fdt() functions

2014-11-12 Thread Simon Glass
On 11 November 2014 02:34, Bin Meng bmeng...@gmail.com wrote: On Tue, Nov 11, 2014 at 9:00 AM, Simon Glass s...@chromium.org wrote: These are no-longer needed so drop them. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v2: - Remove definition of find_fdt() also - Remove

Re: [U-Boot] [PATCH v2 08/33] x86: Remove unnecessary find_fdt(), prepare_fdt() functions

2014-11-11 Thread Bin Meng
On Tue, Nov 11, 2014 at 9:00 AM, Simon Glass s...@chromium.org wrote: These are no-longer needed so drop them. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v2: - Remove definition of find_fdt() also - Remove prepare_fdt() also arch/x86/include/asm/init_helpers.h | 2 --

[U-Boot] [PATCH v2 08/33] x86: Remove unnecessary find_fdt(), prepare_fdt() functions

2014-11-10 Thread Simon Glass
These are no-longer needed so drop them. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v2: - Remove definition of find_fdt() also - Remove prepare_fdt() also arch/x86/include/asm/init_helpers.h | 2 -- arch/x86/lib/init_helpers.c | 27 ---