summaryrefslogtreecommitdiffstats
path: root/include/configs/socfpga_socrates.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_socrates.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_socrates.h')
-rw-r--r--include/configs/socfpga_socrates.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/socfpga_socrates.h b/include/configs/socfpga_socrates.h
index f11c89c1e8..1d88f4f7a1 100644
--- a/include/configs/socfpga_socrates.h
+++ b/include/configs/socfpga_socrates.h
@@ -52,8 +52,6 @@
#define CONFIG_ENV_OFFSET 512 /* just after the MBR */
/* Extra Environment */
-#define CONFIG_HOSTNAME socfpga_socrates
-
#define CONFIG_EXTRA_ENV_SETTINGS \
"verify=n\0" \
"loadaddr= " __stringify(CONFIG_SYS_LOAD_ADDR) "\0" \
OpenPOWER on IntegriCloud