Re: [U-Boot] Adding new net command

2017-11-05 Thread Simon Glass
Hi Duncan, On 16 September 2017 at 14:14, Duncan Hare wrote: > I'm attempting to add a "wget" command. It mostly there by I cannot find out > how to set the > > #define CONFIG_CMD_WGET 1 into u-boot cfg by handand got a terse message to > use a Kconfig file. > Which Konfig file should I used f

[U-Boot] Adding new net command

2017-09-16 Thread Duncan Hare
I'm attempting to add a "wget" command. It  mostly there by I cannot find out how to set the  #define CONFIG_CMD_WGET 1 into u-boot cfg by handand got a terse message to use a Kconfig file. Which Konfig file should I used for defining the absence/presence of this new command? For development