tools: kwbimage: Change maximum number of arguments in binary header to 256
The number is stored in one byte, so the maximum should be 255. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Marek Behún <marek.behun@nic.cz> Reviewed-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
cc3443ffa0
commit
6c7f152eef
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ struct nand_ecc_mode nand_ecc_modes[] = {
|
|||
/* Used to identify an undefined execution or destination address */
|
||||
#define ADDR_INVALID ((uint32_t)-1)
|
||||
|
||||
#define BINARY_MAX_ARGS 8
|
||||
#define BINARY_MAX_ARGS 255
|
||||
|
||||
/* In-memory representation of a line of the configuration file */
|
||||
|
||||
|
|
Loading…
Reference in a new issue