mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-07-23 07:12:25 +00:00
nds32: Remove include files from common.h
With a few tweaks we can avoid including these files, which are only needed by two C files. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
3ff240c92f
commit
3a53e99c7d
3 changed files with 3 additions and 5 deletions
|
@ -430,11 +430,6 @@ static inline int setenv_addr(const char *varname, const void *addr)
|
|||
# include <asm/setup.h>
|
||||
# include <asm/u-boot.h>
|
||||
#endif /* CONFIG_ARM */
|
||||
#ifdef CONFIG_NDS32
|
||||
# include <asm/mach-types.h>
|
||||
# include <asm/setup.h>
|
||||
# include <asm/u-boot.h>
|
||||
#endif /* CONFIG_NDS32 */
|
||||
|
||||
#ifdef CONFIG_AUTO_COMPLETE
|
||||
int env_complete(char *var, int maxv, char *cmdv[], int maxsz, char *buf);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue