One config for all x86-based boards

I'll happily make use of the PnP nature of this platform and provide
just a single board config for both Epia and Geode boards.

Change-Id: I49baf62d05d4bc2d671cf014edf3ac7d4b6618f1
diff --git a/board/czechlight/epia/genimage.cfg b/board/czechlight/epia_geode/genimage.cfg
similarity index 100%
rename from board/czechlight/epia/genimage.cfg
rename to board/czechlight/epia_geode/genimage.cfg
diff --git a/board/czechlight/epia/kconfig b/board/czechlight/epia_geode/kconfig
similarity index 100%
rename from board/czechlight/epia/kconfig
rename to board/czechlight/epia_geode/kconfig
diff --git a/board/czechlight/epia/post-image.sh b/board/czechlight/epia_geode/post-image.sh
similarity index 100%
rename from board/czechlight/epia/post-image.sh
rename to board/czechlight/epia_geode/post-image.sh
diff --git a/configs/czechlight_epia_defconfig b/configs/czechlight_epia_geode_defconfig
similarity index 95%
rename from configs/czechlight_epia_defconfig
rename to configs/czechlight_epia_geode_defconfig
index cc3d9b6..78bab1b 100644
--- a/configs/czechlight_epia_defconfig
+++ b/configs/czechlight_epia_geode_defconfig
@@ -19,12 +19,12 @@
 BR2_SYSTEM_DHCP="eth0"
 BR2_ENABLE_LOCALE_WHITELIST="C en_US en_US.utf8"
 BR2_ROOTFS_OVERLAY="$(BR2_EXTERNAL_CZECHLIGHT_PATH)/board/czechlight/common/overlay/"
-BR2_ROOTFS_POST_IMAGE_SCRIPT="$(BR2_EXTERNAL_CZECHLIGHT_PATH)/board/czechlight/epia/post-image.sh"
+BR2_ROOTFS_POST_IMAGE_SCRIPT="$(BR2_EXTERNAL_CZECHLIGHT_PATH)/board/czechlight/epia_geode/post-image.sh"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.9.20"
 BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
-BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="$(BR2_EXTERNAL_CZECHLIGHT_PATH)/board/czechlight/common/kconfig $(BR2_EXTERNAL_CZECHLIGHT_PATH)/board/czechlight/epia/kconfig"
+BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="$(BR2_EXTERNAL_CZECHLIGHT_PATH)/board/czechlight/common/kconfig $(BR2_EXTERNAL_CZECHLIGHT_PATH)/board/czechlight/epia_geode/kconfig"
 BR2_LINUX_KERNEL_INSTALL_TARGET=y
 BR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES="$(BR2_EXTERNAL_CZECHLIGHT_PATH)/board/czechlight/common/busybox-config"
 BR2_PACKAGE_LSOF=y