mirror of
https://xff.cz/git/u-boot/
synced 2026-04-11 02:10:00 +02:00
If neither CONFIG_CMD_PING or CONFIG_CMD_SNTP are defined but CONFIG_CMD_DNS is, a compile-time error will occur due to the absence of a goto label. Signed-off-by: Gray Remlin <gryrmln@gmail.com>