From: Anton Blanchard Date: Mon, 14 Apr 2014 11:54:05 +0000 (+1000) Subject: powerpc: Rename duplicate COMMAND_LINE_SIZE define X-Git-Tag: omap-for-v3.16/pm-signed~36^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2dd5da77f2cc9fc9ff11ea6b699556254e94a6c;p=pandora-kernel.git powerpc: Rename duplicate COMMAND_LINE_SIZE define We have two definitions of COMMAND_LINE_SIZE, one for the kernel and one for the boot wrapper. I assume this is so the boot wrapper can be self sufficient and not rely on kernel headers. Having two defines with the same name is confusing, I just updated the wrong one when trying to bump it. Make the boot wrapper define unique by calling it BOOT_COMMAND_LINE_SIZE. Signed-off-by: Anton Blanchard Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed