commit | 428734e49247ddd9f100bc06db52187df4ed7579 | [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 | 2c1aa928693c44721e6aab38fbfa1e0675ed17f2 [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>