Re: [PATCH] ratp: move barebox-specific command to ratp_bb.h

2018-01-29 Thread Sascha Hauer
On Sun, Jan 28, 2018 at 10:30:23PM +0100, Aleksander Morgado wrote: > The ratp_run_command() is really an implementation detail of the > barebox ratp 'command' operation support. Move it to the barebox > specific header and rename it with the correct prefix. > > Signed-off-by: Aleksander Morgado

[PATCH] ratp: move barebox-specific command to ratp_bb.h

2018-01-28 Thread Aleksander Morgado
The ratp_run_command() is really an implementation detail of the barebox ratp 'command' operation support. Move it to the barebox specific header and rename it with the correct prefix. Signed-off-by: Aleksander Morgado --- common/ratp.c | 2 +- include/ratp.h| 2 -- include/ratp_bb.h | 7