mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 12:45:42 +00:00
4b0bcfa7c4
Migrate all of the existing OS support options that are under CONFIG_BOOTM_* to Kconfig. Signed-off-by: Tom Rini <trini@konsulko.com>
12 lines
208 B
C
12 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
|