commit | ea0823465157decd81bc06c3b6dfe8f604ee4471 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Sat Dec 05 20:08:21 2015 +0100 |
committer | Marek Vasut <marex@denx.de> | Sun Dec 20 03:36:51 2015 +0100 |
tree | e3107d43141d87df8334c5c37c0a9b4f1ef0cab2 | |
parent | a5cad67735a1f098c22ec30941f1bd0422459069 [diff] |
arm: socfpga: Switch CONFIG_HOSTNAME to CONFIG_SYS_BOARD We already have the CONFIG_SYS_BOARD variable, which defines the name of the board. The value in CONFIG_HOSTNAME is exactly the same and is thus just a duplicity, so switch it to reuse CONFIG_SYS_BOARD . Signed-off-by: Marek Vasut <marex@denx.de> Cc: Chin Liang See <clsee@altera.com> Cc: Dinh Nguyen <dinguyen@opensource.altera.com>