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