]> Git Repo - u-boot.git/commit
arm: socfpga: Switch CONFIG_HOSTNAME to CONFIG_SYS_BOARD
authorMarek Vasut <[email protected]>
Sat, 5 Dec 2015 19:08:21 +0000 (20:08 +0100)
committerMarek Vasut <[email protected]>
Sun, 20 Dec 2015 02:36:51 +0000 (03:36 +0100)
commitea0823465157decd81bc06c3b6dfe8f604ee4471
treee3107d43141d87df8334c5c37c0a9b4f1ef0cab2
parenta5cad67735a1f098c22ec30941f1bd0422459069
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 <[email protected]>
Cc: Chin Liang See <[email protected]>
Cc: Dinh Nguyen <[email protected]>
include/configs/socfpga_arria5_socdk.h
include/configs/socfpga_common.h
include/configs/socfpga_cyclone5_socdk.h
include/configs/socfpga_de0_nano_soc.h
include/configs/socfpga_mcvevk.h
include/configs/socfpga_sockit.h
include/configs/socfpga_socrates.h
include/configs/socfpga_sr1500.h
This page took 0.034969 seconds and 4 git commands to generate.