autoboot.c (66ded17dfc8110f0d9aa9d50fe140a320bfa4e53) | autoboot.c (0098e179e1afacb3cf595c67a98b8739dc7edcde) |
---|---|
1/* 2 * (C) Copyright 2000 3 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. 4 * 5 * SPDX-License-Identifier: GPL-2.0+ 6 */ 7 8#include <common.h> | 1/* 2 * (C) Copyright 2000 3 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. 4 * 5 * SPDX-License-Identifier: GPL-2.0+ 6 */ 7 8#include <common.h> |
9#include <bootretry.h> |
|
9#include <cli.h> 10#include <fdtdec.h> 11#include <menu.h> 12#include <post.h> 13 14DECLARE_GLOBAL_DATA_PTR; 15 16#define MAX_DELAY_STOP_STR 32 --- 347 unchanged lines hidden --- | 10#include <cli.h> 11#include <fdtdec.h> 12#include <menu.h> 13#include <post.h> 14 15DECLARE_GLOBAL_DATA_PTR; 16 17#define MAX_DELAY_STOP_STR 32 --- 347 unchanged lines hidden --- |