commit | 06beadb0015984da655acbb671aaa5f69ac53c5f | [log] [tgz] |
---|---|---|
author | Ian Campbell <Ian.Campbell@citrix.com> | Tue Oct 07 14:20:30 2014 +0100 |
committer | Hans de Goede <hdegoede@redhat.com> | Fri Oct 24 09:35:39 2014 +0200 |
tree | d51b3d0cf4f28015ca490438236e8b1dc683a881 | |
parent | 7b48d8c8bc40ba3215a5ceb2731d762d4b143e3b [diff] |
sunxi: Increase command line buffer size (CONFIG_SYS_CBSIZE) I was running into this limit with a not overly long PXE append line. Since the PXE code wants to print the resulting command line increase CONFIG_SYS_PBSIZE too. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Hans de Goede <hdegoede@redhat.com>