[U-Boot] [PATCH v3 4/7] x86: Allow cpu-x86 driver to be probed for UP

Simon Glass sjg at chromium.org
Wed Jul 22 15:22:28 CEST 2015


On 22 July 2015 at 02:21, Bin Meng <bmeng.cn at gmail.com> wrote:
> Currently cpu-x86 driver is probed only for SMP. We add the same
> support for UP when there is only one cpu node in the deive tree.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>
> ---
>
> Changes in v3:
> - Remove the call to device_probe()
> - Add a comment to explain why return value is not checked
>
> Changes in v2:
> - New patch to allow cpu-x86 driver to be probed for UP
>
>  arch/x86/cpu/cpu.c | 9 +++++++++
>  1 file changed, 9 insertions(+)

Acked-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list