summaryrefslogtreecommitdiffstats
path: root/include/configs/socfpga_sr1500.h
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2015-12-05 20:08:21 +0100
committerMarek Vasut <marex@denx.de>2015-12-20 03:36:51 +0100
commitea0823465157decd81bc06c3b6dfe8f604ee4471 (patch)
treee3107d43141d87df8334c5c37c0a9b4f1ef0cab2 /include/configs/socfpga_sr1500.h
parenta5cad67735a1f098c22ec30941f1bd0422459069 (diff)
downloadblackbird-obmc-uboot-ea0823465157decd81bc06c3b6dfe8f604ee4471.tar.gz
blackbird-obmc-uboot-ea0823465157decd81bc06c3b6dfe8f604ee4471.zip
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>
Diffstat (limited to 'include/configs/socfpga_sr1500.h')
-rw-r--r--include/configs/socfpga_sr1500.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/socfpga_sr1500.h b/include/configs/socfpga_sr1500.h
index bccb235a11..5bd29563b8 100644
--- a/include/configs/socfpga_sr1500.h
+++ b/include/configs/socfpga_sr1500.h
@@ -53,9 +53,6 @@
#define CONFIG_PHY_MARVELL
#define PHY_ANEG_TIMEOUT 8000
-/* Extra Environment */
-#define CONFIG_HOSTNAME sr1500
-
#define CONFIG_EXTRA_ENV_SETTINGS \
"verify=n\0" \
"loadaddr= " __stringify(CONFIG_SYS_LOAD_ADDR) "\0" \
OpenPOWER on IntegriCloud