mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
nds32: Enable the function of passing parameters to Linux
Add a header file, setup.h, which copy from Linux source code, this file contain structures are used to pass initialisation parameters to Linux. Enable this function on adp-ag101/adp-ag101p target Signed-off-by: Kuan-Yu Kuo <ken.kuoky@gmail.com> Cc: Macpaul Lin <macpaul@gmail.com>
This commit is contained in:
@@ -421,6 +421,7 @@ static inline int setenv_addr(const char *varname, const void *addr)
|
||||
#endif
|
||||
#ifdef CONFIG_NDS32
|
||||
# include <asm/mach-types.h>
|
||||
# include <asm/setup.h>
|
||||
# include <asm/u-boot-nds32.h>
|
||||
#endif /* CONFIG_NDS32 */
|
||||
#ifdef CONFIG_MIPS
|
||||
|
Reference in New Issue
Block a user