common.h (d6d2d0b5e2ab167dad00345aea7b93ec74a7b3e3) common.h (86e748d946d4c3b0cb867fba2d9367199fb0adfe)
1/*
2 * (C) Copyright 2000-2009
3 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 *
5 * SPDX-License-Identifier: GPL-2.0+
6 */
7
8#ifndef __COMMON_H_

--- 420 unchanged lines hidden (view full) ---

429# include <asm/mach-types.h>
430# include <asm/setup.h>
431# include <asm/u-boot-arm.h> /* ARM version to be fixed! */
432#endif /* CONFIG_ARM */
433#ifdef CONFIG_X86 /* x86 version to be fixed! */
434# include <asm/u-boot-x86.h>
435#endif /* CONFIG_X86 */
436#ifdef CONFIG_SANDBOX
1/*
2 * (C) Copyright 2000-2009
3 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 *
5 * SPDX-License-Identifier: GPL-2.0+
6 */
7
8#ifndef __COMMON_H_

--- 420 unchanged lines hidden (view full) ---

429# include <asm/mach-types.h>
430# include <asm/setup.h>
431# include <asm/u-boot-arm.h> /* ARM version to be fixed! */
432#endif /* CONFIG_ARM */
433#ifdef CONFIG_X86 /* x86 version to be fixed! */
434# include <asm/u-boot-x86.h>
435#endif /* CONFIG_X86 */
436#ifdef CONFIG_SANDBOX
437# include <asm/u-boot-sandbox.h> /* TODO(sjg) what needs to be fixed? */
437# include <asm/u-boot.h>
438#endif
439#ifdef CONFIG_NDS32
440# include <asm/mach-types.h>
441# include <asm/setup.h>
442# include <asm/u-boot-nds32.h>
443#endif /* CONFIG_NDS32 */
444#ifdef CONFIG_MIPS
445# include <asm/u-boot-mips.h>

--- 541 unchanged lines hidden ---
438#endif
439#ifdef CONFIG_NDS32
440# include <asm/mach-types.h>
441# include <asm/setup.h>
442# include <asm/u-boot-nds32.h>
443#endif /* CONFIG_NDS32 */
444#ifdef CONFIG_MIPS
445# include <asm/u-boot-mips.h>

--- 541 unchanged lines hidden ---