.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) |
---|
3 | | - * |
---|
4 | | - * This program is free software; you can redistribute it and/or modify |
---|
5 | | - * it under the terms of the GNU General Public License version 2 as |
---|
6 | | - * published by the Free Software Foundation. |
---|
7 | 4 | */ |
---|
8 | 5 | #ifndef __ASMARC_SETUP_H |
---|
9 | 6 | #define __ASMARC_SETUP_H |
---|
.. | .. |
---|
12 | 9 | #include <linux/types.h> |
---|
13 | 10 | #include <uapi/asm/setup.h> |
---|
14 | 11 | |
---|
15 | | -#ifdef CONFIG_ARC_PLAT_EZNPS |
---|
16 | | -#define COMMAND_LINE_SIZE 2048 |
---|
17 | | -#else |
---|
18 | 12 | #define COMMAND_LINE_SIZE 256 |
---|
19 | | -#endif |
---|
20 | 13 | |
---|
21 | 14 | /* |
---|
22 | 15 | * Data structure to map a ID to string |
---|