From 27a635f0b487eb54bde58639c80080396bbf1c03 Mon Sep 17 00:00:00 2001
From: Chris Blake <chrisrblake93@gmail.com>
Date: Mon, 13 Feb 2017 02:01:13 -0600
Subject: [PATCH] x86: Move Traverse Geos configs into x86 base-files

This change moves the files in 657418d to the root of the x86 target.
This is done in preperation for adding more devices under other
subtargets.

CC: David Woodhouse <dwmw2@infradead.org>

Signed-off-by: Chris Blake <chrisrblake93@gmail.com>
---
 target/linux/x86/{geode => }/base-files/etc/board.d/01_leds    | 0
 target/linux/x86/{geode => }/base-files/etc/board.d/02_network | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 rename target/linux/x86/{geode => }/base-files/etc/board.d/01_leds (100%)
 rename target/linux/x86/{geode => }/base-files/etc/board.d/02_network (100%)

diff --git a/target/linux/x86/geode/base-files/etc/board.d/01_leds b/target/linux/x86/base-files/etc/board.d/01_leds
similarity index 100%
rename from target/linux/x86/geode/base-files/etc/board.d/01_leds
rename to target/linux/x86/base-files/etc/board.d/01_leds
diff --git a/target/linux/x86/geode/base-files/etc/board.d/02_network b/target/linux/x86/base-files/etc/board.d/02_network
similarity index 100%
rename from target/linux/x86/geode/base-files/etc/board.d/02_network
rename to target/linux/x86/base-files/etc/board.d/02_network
-- 
GitLab