diff --git a/include/linker/kobject-text.ld b/include/linker/kobject-text.ld index bc1a047a731..1b8c547c5a2 100644 --- a/include/linker/kobject-text.ld +++ b/include/linker/kobject-text.ld @@ -32,11 +32,7 @@ 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 \ -CONFIG_KOBJECT_TEXT_AREA." +"Reserved space for kobject text area is too small. \ +Please change CONFIG_KOBJECT_TEXT_AREA to a larger number." ); #endif /* CONFIG_USERSPACE */