Re: [U-Boot] [PATCH v3 10/12] x86: config: Enable hook for saving MRC configuration

2015-01-24 Thread Simon Glass
On 19 January 2015 at 23:04, Bin Meng bmeng...@gmail.com wrote: On Tue, Jan 20, 2015 at 1:16 PM, Simon Glass s...@chromium.org wrote: Add a hook to ensure that this information is saved. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v3: - Add misc_init_r() call for link now

[U-Boot] [PATCH v3 10/12] x86: config: Enable hook for saving MRC configuration

2015-01-19 Thread Simon Glass
Add a hook to ensure that this information is saved. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v3: - Add misc_init_r() call for link now that it is shared with chromebook_link Changes in v2: None arch/x86/cpu/coreboot/coreboot.c | 5 + include/configs/chromebook_link.h

Re: [U-Boot] [PATCH v3 10/12] x86: config: Enable hook for saving MRC configuration

2015-01-19 Thread Bin Meng
On Tue, Jan 20, 2015 at 1:16 PM, Simon Glass s...@chromium.org wrote: Add a hook to ensure that this information is saved. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v3: - Add misc_init_r() call for link now that it is shared with chromebook_link Changes in v2: None