mirror of
https://github.com/u-boot/u-boot.git
synced 2025-01-12 05:43:28 +08:00
13 lines
208 B
C
13 lines
208 B
C
|
/*
|
||
|
* config_defaults.h - sane defaults for everyone
|
||
|
*
|
||
|
* Copyright (c) 2009 Analog Devices Inc.
|
||
|
*
|
||
|
* Licensed under the GPL-2 or later.
|
||
|
*/
|
||
|
|
||
|
#ifndef _CONFIG_DEFAULTS_H_
|
||
|
#define _CONFIG_DEFAULTS_H_
|
||
|
|
||
|
#endif
|