mirror of
https://xff.cz/git/u-boot/
synced 2025-11-02 03:17:29 +01:00
common: cosmetic: CONFIG_BOOTFILE checkpatch compliance
Remove MK_STR from places that consume CONFIG_BOOTFILE to force all definitions to be string literals. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Cc: Joe Hershberger <joe.hershberger@gmail.com> Cc: Wolfgang Denk <wd@denx.de> Acked-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
committed by
Wolfgang Denk
parent
8b3637c662
commit
b3f44c21ea
2
tools/env/fw_env.c
vendored
2
tools/env/fw_env.c
vendored
@@ -187,7 +187,7 @@ static char default_environment[] = {
|
||||
"hostname=" MK_STR (CONFIG_HOSTNAME) "\0"
|
||||
#endif
|
||||
#ifdef CONFIG_BOOTFILE
|
||||
"bootfile=" MK_STR (CONFIG_BOOTFILE) "\0"
|
||||
"bootfile=" CONFIG_BOOTFILE "\0"
|
||||
#endif
|
||||
#ifdef CONFIG_LOADADDR
|
||||
"loadaddr=" MK_STR (CONFIG_LOADADDR) "\0"
|
||||
|
Reference in New Issue
Block a user