Home
last modified time | relevance | path

Searched hist:"2 a2ee2ac35f26f6b4dae11a225c2803291dff10e" (Results 1 – 14 of 14) sorted by relevance

/openbmc/u-boot/common/spl/
H A Dspl_ubi.cdiff 2a2ee2ac35f26f6b4dae11a225c2803291dff10e Sat Sep 24 19:20:13 CDT 2016 Simon Glass <sjg@chromium.org> spl: Pass spl_image as a parameter to load_image() methods

Rather than having a global variable, pass the spl_image as a parameter.
This avoids BSS use, and makes it clearer what the function is actually
doing.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
H A Dspl_spi.cdiff 2a2ee2ac35f26f6b4dae11a225c2803291dff10e Sat Sep 24 19:20:13 CDT 2016 Simon Glass <sjg@chromium.org> spl: Pass spl_image as a parameter to load_image() methods

Rather than having a global variable, pass the spl_image as a parameter.
This avoids BSS use, and makes it clearer what the function is actually
doing.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
H A Dspl_usb.cdiff 2a2ee2ac35f26f6b4dae11a225c2803291dff10e Sat Sep 24 19:20:13 CDT 2016 Simon Glass <sjg@chromium.org> spl: Pass spl_image as a parameter to load_image() methods

Rather than having a global variable, pass the spl_image as a parameter.
This avoids BSS use, and makes it clearer what the function is actually
doing.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
H A Dspl_onenand.cdiff 2a2ee2ac35f26f6b4dae11a225c2803291dff10e Sat Sep 24 19:20:13 CDT 2016 Simon Glass <sjg@chromium.org> spl: Pass spl_image as a parameter to load_image() methods

Rather than having a global variable, pass the spl_image as a parameter.
This avoids BSS use, and makes it clearer what the function is actually
doing.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
H A Dspl_nor.cdiff 2a2ee2ac35f26f6b4dae11a225c2803291dff10e Sat Sep 24 19:20:13 CDT 2016 Simon Glass <sjg@chromium.org> spl: Pass spl_image as a parameter to load_image() methods

Rather than having a global variable, pass the spl_image as a parameter.
This avoids BSS use, and makes it clearer what the function is actually
doing.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
H A Dspl_sata.cdiff 2a2ee2ac35f26f6b4dae11a225c2803291dff10e Sat Sep 24 19:20:13 CDT 2016 Simon Glass <sjg@chromium.org> spl: Pass spl_image as a parameter to load_image() methods

Rather than having a global variable, pass the spl_image as a parameter.
This avoids BSS use, and makes it clearer what the function is actually
doing.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
H A Dspl_ymodem.cdiff 2a2ee2ac35f26f6b4dae11a225c2803291dff10e Sat Sep 24 19:20:13 CDT 2016 Simon Glass <sjg@chromium.org> spl: Pass spl_image as a parameter to load_image() methods

Rather than having a global variable, pass the spl_image as a parameter.
This avoids BSS use, and makes it clearer what the function is actually
doing.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
H A Dspl_net.cdiff 2a2ee2ac35f26f6b4dae11a225c2803291dff10e Sat Sep 24 19:20:13 CDT 2016 Simon Glass <sjg@chromium.org> spl: Pass spl_image as a parameter to load_image() methods

Rather than having a global variable, pass the spl_image as a parameter.
This avoids BSS use, and makes it clearer what the function is actually
doing.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
H A Dspl_nand.cdiff 2a2ee2ac35f26f6b4dae11a225c2803291dff10e Sat Sep 24 19:20:13 CDT 2016 Simon Glass <sjg@chromium.org> spl: Pass spl_image as a parameter to load_image() methods

Rather than having a global variable, pass the spl_image as a parameter.
This avoids BSS use, and makes it clearer what the function is actually
doing.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
H A Dspl_mmc.cdiff 2a2ee2ac35f26f6b4dae11a225c2803291dff10e Sat Sep 24 19:20:13 CDT 2016 Simon Glass <sjg@chromium.org> spl: Pass spl_image as a parameter to load_image() methods

Rather than having a global variable, pass the spl_image as a parameter.
This avoids BSS use, and makes it clearer what the function is actually
doing.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
H A Dspl.cdiff 2a2ee2ac35f26f6b4dae11a225c2803291dff10e Sat Sep 24 19:20:13 CDT 2016 Simon Glass <sjg@chromium.org> spl: Pass spl_image as a parameter to load_image() methods

Rather than having a global variable, pass the spl_image as a parameter.
This avoids BSS use, and makes it clearer what the function is actually
doing.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
/openbmc/u-boot/arch/sandbox/cpu/
H A Dspl.cdiff 2a2ee2ac35f26f6b4dae11a225c2803291dff10e Sat Sep 24 19:20:13 CDT 2016 Simon Glass <sjg@chromium.org> spl: Pass spl_image as a parameter to load_image() methods

Rather than having a global variable, pass the spl_image as a parameter.
This avoids BSS use, and makes it clearer what the function is actually
doing.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
/openbmc/u-boot/arch/arm/mach-sunxi/
H A Dboard.cdiff 2a2ee2ac35f26f6b4dae11a225c2803291dff10e Sat Sep 24 19:20:13 CDT 2016 Simon Glass <sjg@chromium.org> spl: Pass spl_image as a parameter to load_image() methods

Rather than having a global variable, pass the spl_image as a parameter.
This avoids BSS use, and makes it clearer what the function is actually
doing.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
/openbmc/u-boot/include/
H A Dspl.hdiff 2a2ee2ac35f26f6b4dae11a225c2803291dff10e Sat Sep 24 19:20:13 CDT 2016 Simon Glass <sjg@chromium.org> spl: Pass spl_image as a parameter to load_image() methods

Rather than having a global variable, pass the spl_image as a parameter.
This avoids BSS use, and makes it clearer what the function is actually
doing.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>