mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 17:28:15 +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
|