]> Git Repo - J-u-boot.git/blob - env/nowhere.c
env: Drop common init() functions
[J-u-boot.git] / env / nowhere.c
1 /*
2  * (C) Copyright 2000-2010
3  * Wolfgang Denk, DENX Software Engineering, [email protected].
4  *
5  * (C) Copyright 2001 Sysgo Real-Time Solutions, GmbH <www.elinos.com>
6  * Andreas Heppel <[email protected]>
7
8  * SPDX-License-Identifier:     GPL-2.0+
9  */
10
11 #include <common.h>
12 #include <command.h>
13 #include <environment.h>
14 #include <linux/stddef.h>
15
16 DECLARE_GLOBAL_DATA_PTR;
17
18 env_t *env_ptr;
19
20 U_BOOT_ENV_LOCATION(nowhere) = {
21         .location       = ENVL_NOWHERE,
22 };
This page took 0.026391 seconds and 4 git commands to generate.