mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
15 lines
248 B
C
15 lines
248 B
C
|
/*
|
||
|
* config_cmd_defaults.h - sane defaults for everyone
|
||
|
*
|
||
|
* Copyright (c) 2010 Analog Devices Inc.
|
||
|
*
|
||
|
* Licensed under the GPL-2 or later.
|
||
|
*/
|
||
|
|
||
|
#ifndef _CONFIG_CMD_DEFAULTS_H_
|
||
|
#define _CONFIG_CMD_DEFAULTS_H_
|
||
|
|
||
|
#define CONFIG_CMD_BOOTM 1
|
||
|
|
||
|
#endif
|