diff options
author | Tom Rini <trini@konsulko.com> | 2018-02-19 11:39:39 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-19 11:39:39 -0500 |
commit | d884c58f0c7b997fd7f04e360d86717e75de74b1 (patch) | |
tree | 1426af3a541f4900e496ce4f15607da6631b1977 /arch/sandbox/lib/bootm.c | |
parent | ede52d04825d69a9aca4d048dae89f3b85e8f504 (diff) | |
parent | c6b89f31806df06a5d7b688a65f9d2e6e6119a55 (diff) |
Merge git://git.denx.de/u-boot-dm
Diffstat (limited to 'arch/sandbox/lib/bootm.c')
-rw-r--r-- | arch/sandbox/lib/bootm.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/sandbox/lib/bootm.c b/arch/sandbox/lib/bootm.c index 4cdd18fe14b..0c9a7979d23 100644 --- a/arch/sandbox/lib/bootm.c +++ b/arch/sandbox/lib/bootm.c @@ -50,11 +50,6 @@ int bootz_setup(ulong image, ulong *start, ulong *end) return ret; } -int arch_fixup_fdt(void *blob) -{ - return 0; -} - int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images) { if (flag & (BOOTM_STATE_OS_GO | BOOTM_STATE_OS_FAKE_GO)) { |