mirror of
https://xff.cz/git/u-boot/
synced 2025-10-01 07:21:23 +02:00
CONFIG_HOSTNAME is defined as a "plain" preprocessor string, but every use is couched by __stringify(...). Hence, convert it to a proper string option. Signed-off-by: Mario Six <mario.six@gdsys.cc>