summaryrefslogtreecommitdiffstats
path: root/include/configs/snow.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-08-03 08:19:29 -0600
committerSimon Glass <sjg@chromium.org>2015-08-05 21:06:16 -0600
commitbf637ea5e48b26e01c440ed7d108eada1345ffd2 (patch)
treef384b1112dad69ac1375989ff7d88c9465da4c89 /include/configs/snow.h
parentbae34335e8aef46d7103907580c40f18f1876bb0 (diff)
downloadblackbird-obmc-uboot-bf637ea5e48b26e01c440ed7d108eada1345ffd2.tar.gz
blackbird-obmc-uboot-bf637ea5e48b26e01c440ed7d108eada1345ffd2.zip
exynos: config: Move common options to the common headers and tidy up
Many options are duplicated on the exynos5 boards. Move these to the common files. Also some options are not used so can be removed. Tidy this up to make the files easier to maintain. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Przemyslaw Marczak <p.marczak@samsung.com>
Diffstat (limited to 'include/configs/snow.h')
-rw-r--r--include/configs/snow.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/include/configs/snow.h b/include/configs/snow.h
index a467792cdd..bf3377cb10 100644
--- a/include/configs/snow.h
+++ b/include/configs/snow.h
@@ -9,22 +9,12 @@
#ifndef __CONFIG_SNOW_H
#define __CONFIG_SNOW_H
-#define CONFIG_ENV_IS_IN_SPI_FLASH
-#define CONFIG_ENV_SPI_BASE 0x12D30000
-#define FLASH_SIZE (0x4 << 20)
-#define CONFIG_ENV_OFFSET (FLASH_SIZE - CONFIG_BL2_SIZE)
-#define CONFIG_SPI_BOOTING
-
#include <configs/exynos5250-common.h>
#include <configs/exynos5-dt-common.h>
+#include <configs/exynos5-common.h>
#define CONFIG_BOARD_COMMON
-#define CONFIG_USB_XHCI
-#define CONFIG_USB_EHCI
-#define CONFIG_USB_XHCI_EXYNOS
-#define CONFIG_USB_EHCI_EXYNOS
-
#define CONFIG_SYS_PROMPT "snow # "
#define CONFIG_IDENT_STRING " for snow"
#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
OpenPOWER on IntegriCloud