2 * Copyright (c) 2011 The Chromium OS Authors.
3 * SPDX-License-Identifier: GPL-2.0+
9 DECLARE_GLOBAL_DATA_PTR;
11 int do_bootm_linux(int flag, int argc, char *argv[], bootm_headers_t *images)
13 if (flag & (BOOTM_STATE_OS_GO | BOOTM_STATE_OS_FAKE_GO)) {
14 bootstage_mark(BOOTSTAGE_ID_RUN_OS);
15 printf("## Transferring control to Linux (at address %08lx)...\n",