linker: kobject-text: align multiline string definition syntax
Align multiline string definition syntax in ASSERT in linker script. This allows to use linker script with ASSERT provided by linker (i.e GNU toolchain) or dummy ASSERT defined as preprocessor macros (ARC MWDT toolchain). Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
This commit is contained in:
parent
6f20e072f1
commit
243120da0c
1 changed files with 5 additions and 6 deletions
|
@ -32,12 +32,11 @@
|
|||
|
||||
ASSERT(
|
||||
CONFIG_KOBJECT_TEXT_AREA >= _kobject_text_area_used,
|
||||
"The configuration system has incorrectly set
|
||||
'CONFIG_KOBJECT_TEXT_AREA' to
|
||||
CONFIG_KOBJECT_TEXT_AREA, which is not big enough. You must
|
||||
through Kconfig either disable 'CONFIG_USERSPACE', or set
|
||||
'CONFIG_KOBJECT_TEXT_AREA' to a value larger than
|
||||
"The configuration system has incorrectly set \
|
||||
'CONFIG_KOBJECT_TEXT_AREA' to \
|
||||
CONFIG_KOBJECT_TEXT_AREA, which is not big enough. You must \
|
||||
through Kconfig either disable 'CONFIG_USERSPACE', or set \
|
||||
'CONFIG_KOBJECT_TEXT_AREA' to a value larger than \
|
||||
CONFIG_KOBJECT_TEXT_AREA."
|
||||
);
|
||||
#endif /* CONFIG_USERSPACE */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue