Hello Thorsten,

On 03.02.22 15:30, Thorsten Scherer wrote:
> Hi Ahmad,
> 
> applying this patch makes menuconfig fail.

Yes.

>> +config CMD_MIPI_DBI
>> +    bool
>> +    depends on DRIVER_VIDEO_MIPI_DBI && SPI
>> +    select PRINTF_HEXSTR
>> +    prompt "mipi_dbi command"
>> +    help
>> +      write/read from MIPI DBI SPI device
>> +
>> +      Usage: mipi_dbi [-wld] [REG] [DATA...]
>> +
>> +      Options:
>> +              -l            list all MIPI DBI devices
>> +              -d DEVICE     select specific device (default is first 
>> registered)
>> +              -w            issue write command
>> +
>> +BAREBOX_CMD_START(mipi_dbi)
>> +    .cmd            = do_mipi_dbi,
>> +    BAREBOX_CMD_DESC("write/read from MIPI DBI SPI device")
>> +    BAREBOX_CMD_OPTS("[-wld] [REG] [DATA...]")
>> +    BAREBOX_CMD_GROUP(CMD_GRP_HWMANIP)
>> +    BAREBOX_CMD_HELP(cmd_mipi_dbi_help)
>> +BAREBOX_CMD_END
> 
> Copy and paste error?

Ack. I thought the change is so trivial, I don't need to build test..

I sent out a v3 yesteday with this revised, see
https://lore.barebox.org/barebox/[email protected]/

Thanks,
Ahmad


-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to