commit | c0b6c9b3f4cf8cbac3743862dce678df2e98d2ab | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Sep 24 18:19:57 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 06 14:53:36 2016 -0400 |
tree | b625ae78bfe96236f62320061a1a667f4d8e446d | |
parent | f481ab1e94b079f8767ee4bd279474788eee2641 [diff] |
spl: Convert boot_device into a struct At present some spl_xxx_load_image() functions take a parameter and some don't. Of those that do, most take an integer but one takes a string. Convert this parameter into a struct so that we can pass all functions the same thing. This will allow us to use a common function signature. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>