mirror of
https://github.com/frank-w/u-boot.git
synced 2026-01-20 23:23:42 +08: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>