From 068bed22a6154aec1fe689603b8a8eaa27c0f350 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 15 Aug 2013 09:02:17 +0200 Subject: Set model and hostname at boardlevel With multiboard support the compiletime generated BOARDINFO string gets more and more meaningless. This removes it from Kconfig and replaces it with a variable that can be set at boardlevel. Also many boards have a standard setting for the hostname in the environment. This patch also moves the standard to C code by calling barebox_set_hostname(). Signed-off-by: Sascha Hauer --- arch/mips/mach-bcm47xx/Kconfig | 2 -- 1 file changed, 2 deletions(-) (limited to 'arch/mips/mach-bcm47xx') diff --git a/arch/mips/mach-bcm47xx/Kconfig b/arch/mips/mach-bcm47xx/Kconfig index d0df0fd6b8..f7522b79d6 100644 --- a/arch/mips/mach-bcm47xx/Kconfig +++ b/arch/mips/mach-bcm47xx/Kconfig @@ -12,6 +12,4 @@ config BOARD_DLINK_DIR320 endchoice -source arch/mips/boards/dlink-dir-320/Kconfig - endif -- cgit v1.2.3