mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
nds32: add NDS32 support into common header file
Add NDS32 support into common header file. Signed-off-by: Macpaul Lin <macpaul@andestech.com>
This commit is contained in:
parent
00f892fcc9
commit
e70838444c
1 changed files with 4 additions and 0 deletions
|
@ -314,6 +314,10 @@ int setenv (const char *, const char *);
|
||||||
#ifdef CONFIG_SANDBOX
|
#ifdef CONFIG_SANDBOX
|
||||||
# include <asm/u-boot-sandbox.h> /* TODO(sjg) what needs to be fixed? */
|
# include <asm/u-boot-sandbox.h> /* TODO(sjg) what needs to be fixed? */
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef CONFIG_NDS32
|
||||||
|
# include <asm/mach-types.h>
|
||||||
|
# include <asm/u-boot-nds32.h>
|
||||||
|
#endif /* CONFIG_NDS32 */
|
||||||
|
|
||||||
#ifdef CONFIG_AUTO_COMPLETE
|
#ifdef CONFIG_AUTO_COMPLETE
|
||||||
int env_complete(char *var, int maxv, char *cmdv[], int maxsz, char *buf);
|
int env_complete(char *var, int maxv, char *cmdv[], int maxsz, char *buf);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue