summaryrefslogtreecommitdiff
path: root/include/configs/starfive-dubhe-fpga.h
blob: 68604c4f665eb8ebe512712f8ab2e541cfaf3712 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __CONFIG_H
#define __CONFIG_H

#define CFG_EXTRA_ENV_SETTINGS								\
	"ipaddr=192.168.152.100\0"                          				\
	"netmask=255.255.255.0\0"                       				\
	"serverip=192.168.152.85\0"                        				\
	"dubhe_boot=booti 0xa1000000 - 0xa0000000;\0"			\
	"tftp_boot=tftp 0xa1000000 Image; tftp 0xa0000000 dubhe_fpga.dtb; 		\
		   run dubhe_boot;\0"				\

#endif /* __CONFIG_H */