Re: [U-Boot] [PATCH v2 2/3] efi_loader: device_path: lift the upper limit in dp-to-text conversion

2019-10-10 Thread Heinrich Schuchardt
On 10/10/19 2:50 AM, AKASHI Takahiro wrote: On Wed, Oct 09, 2019 at 07:41:40PM +0200, Heinrich Schuchardt wrote: On 10/9/19 9:19 AM, AKASHI Takahiro wrote: There is no practical reason to set a maxmum length of text either for file path or whole device path in device path-to-text conversion.

Re: [U-Boot] [PATCH v2 2/3] efi_loader: device_path: lift the upper limit in dp-to-text conversion

2019-10-09 Thread AKASHI Takahiro
On Wed, Oct 09, 2019 at 07:41:40PM +0200, Heinrich Schuchardt wrote: > On 10/9/19 9:19 AM, AKASHI Takahiro wrote: > >There is no practical reason to set a maxmum length of text either for > >file path or whole device path in device path-to-text conversion. > > > >Signed-off-by: AKASHI Takahiro >

Re: [U-Boot] [PATCH v2 2/3] efi_loader: device_path: lift the upper limit in dp-to-text conversion

2019-10-09 Thread Heinrich Schuchardt
On 10/9/19 9:19 AM, AKASHI Takahiro wrote: There is no practical reason to set a maxmum length of text either for file path or whole device path in device path-to-text conversion. Signed-off-by: AKASHI Takahiro --- lib/efi_loader/efi_device_path_to_text.c | 90 +--- 1