mirror of
https://xff.cz/git/u-boot/
synced 2025-08-31 16:22:36 +02:00
remove include/config_defaults.h
Since commit 4b0bcfa7c4
(Kconfig: Migrate CONFIG_BOOTM_* options),
the config_defaults.h file has been void of any actual content - and
these days, "sane defaults for everyone" is achieved by appropriate
default values in Kconfig. Remove it, and thus make every translation
unit process one less header file.
Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
This commit is contained in:
committed by
Tom Rini
parent
eeda3d7497
commit
5c6a4d5a27
@@ -1,12 +0,0 @@
|
|||||||
/*
|
|
||||||
* 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
|
|
@@ -149,10 +149,4 @@
|
|||||||
"mmc read ${kernel_addr_r} ${boot_mmc_start} ${boot_mmc_size} && " \
|
"mmc read ${kernel_addr_r} ${boot_mmc_start} ${boot_mmc_size} && " \
|
||||||
"bootm ${kernel_addr_r};"
|
"bootm ${kernel_addr_r};"
|
||||||
|
|
||||||
/*
|
|
||||||
* Defaults
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <config_defaults.h>
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@@ -142,10 +142,4 @@
|
|||||||
"mmc read ${kernel_addr_r} ${boot_mmc_start} ${boot_mmc_size} && " \
|
"mmc read ${kernel_addr_r} ${boot_mmc_start} ${boot_mmc_size} && " \
|
||||||
"bootm ${kernel_addr_r};"
|
"bootm ${kernel_addr_r};"
|
||||||
|
|
||||||
/*
|
|
||||||
* Defaults
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <config_defaults.h>
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@@ -104,7 +104,6 @@ define filechk_config_h
|
|||||||
| sed '/=/ {s/=/ /;q; } ; { s/$$/ 1/; }'; \
|
| sed '/=/ {s/=/ /;q; } ; { s/$$/ 1/; }'; \
|
||||||
done; \
|
done; \
|
||||||
echo \#define CONFIG_BOARDDIR board/$(if $(VENDOR),$(VENDOR)/)$(BOARD);\
|
echo \#define CONFIG_BOARDDIR board/$(if $(VENDOR),$(VENDOR)/)$(BOARD);\
|
||||||
echo \#include \<config_defaults.h\>; \
|
|
||||||
echo \#include \<config_uncmd_spl.h\>; \
|
echo \#include \<config_uncmd_spl.h\>; \
|
||||||
echo \#include \<configs/$(CONFIG_SYS_CONFIG_NAME).h\>; \
|
echo \#include \<configs/$(CONFIG_SYS_CONFIG_NAME).h\>; \
|
||||||
echo \#include \<asm/config.h\>; \
|
echo \#include \<asm/config.h\>; \
|
||||||
|
Reference in New Issue
Block a user