mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-01-28 04:11:02 +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>