mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-19 17:52:00 +01: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>