summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/board/devices.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sandbox/board/devices.c')
-rw-r--r--arch/sandbox/board/devices.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sandbox/board/devices.c b/arch/sandbox/board/devices.c
index 1fd1913ae6..26152a8b90 100644
--- a/arch/sandbox/board/devices.c
+++ b/arch/sandbox/board/devices.c
@@ -26,9 +26,6 @@ static int sandbox_device_init(void)
{
struct device_d *dev, *tmp;
- barebox_set_model("barebox sandbox");
- barebox_set_hostname("barebox");
-
list_for_each_entry_safe(dev, tmp, &sandbox_device_list, list) {
/* reset the list_head before registering for real */
dev->list.prev = NULL;