Re: [U-Boot] [PATCH 05/47] Kconfig: Drop CONFIG_CMD_DS4510

2017-05-15 Thread Heiko Schocher
Hello Simon, Am 15.05.2017 um 12:57 schrieb Simon Glass: This option enables a command in the driver. But the functions defined by the driver are not called anywhere else in U-Boot. So it does not seem useful to have this driver without its commands. Drop this option, move the header file out o

Re: [U-Boot] [PATCH 05/47] Kconfig: Drop CONFIG_CMD_DS4510

2017-05-15 Thread Tom Rini
On Mon, May 15, 2017 at 04:57:20AM -0600, Simon Glass wrote: > This option enables a command in the driver. But the functions defined by > the driver are not called anywhere else in U-Boot. So it does not seem > useful to have this driver without its commands. > > Drop this option, move the heade

[U-Boot] [PATCH 05/47] Kconfig: Drop CONFIG_CMD_DS4510

2017-05-15 Thread Simon Glass
This option enables a command in the driver. But the functions defined by the driver are not called anywhere else in U-Boot. So it does not seem useful to have this driver without its commands. Drop this option, move the header file out of the common include/ directory and make all the function st