main.c (3589025867274ff28f689029ab8323301771c8ec) | main.c (f486b9d081be90f749b35af0c02883fdd6739c50) |
---|---|
1// SPDX-License-Identifier: GPL-2.0+ 2/* 3 * (C) Copyright 2000 4 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. 5 */ 6 7/* #define DEBUG */ 8 9#include <common.h> 10#include <autoboot.h> 11#include <cli.h> 12#include <console.h> | 1// SPDX-License-Identifier: GPL-2.0+ 2/* 3 * (C) Copyright 2000 4 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. 5 */ 6 7/* #define DEBUG */ 8 9#include <common.h> 10#include <autoboot.h> 11#include <cli.h> 12#include <console.h> |
13#include <version.h> | 13#include <version_string.h> |
14 15/* 16 * Board-specific Platform code can reimplement show_boot_progress () if needed 17 */ 18__weak void show_boot_progress(int val) {} 19 20static void run_preboot_environment_command(void) 21{ --- 44 unchanged lines hidden --- | 14 15/* 16 * Board-specific Platform code can reimplement show_boot_progress () if needed 17 */ 18__weak void show_boot_progress(int val) {} 19 20static void run_preboot_environment_command(void) 21{ --- 44 unchanged lines hidden --- |