summaryrefslogtreecommitdiff
path: root/include/configs/odroid_xu3.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-08-03 14:19:29 (GMT)
committerSimon Glass <sjg@chromium.org>2015-08-06 03:06:16 (GMT)
commitbf637ea5e48b26e01c440ed7d108eada1345ffd2 (patch)
treef384b1112dad69ac1375989ff7d88c9465da4c89 /include/configs/odroid_xu3.h
parentbae34335e8aef46d7103907580c40f18f1876bb0 (diff)
downloadu-boot-fsl-qoriq-bf637ea5e48b26e01c440ed7d108eada1345ffd2.tar.xz
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/odroid_xu3.h')
-rw-r--r--include/configs/odroid_xu3.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/odroid_xu3.h b/include/configs/odroid_xu3.h
index 8d5c736..0deff46 100644
--- a/include/configs/odroid_xu3.h
+++ b/include/configs/odroid_xu3.h
@@ -9,7 +9,9 @@
#define __CONFIG_ODROID_XU3_H
#include "exynos5420-common.h"
+#include <configs/exynos5-common.h>
+#undef CONFIG_ENV_IS_IN_SPI_FLASH
#define CONFIG_SYS_PROMPT "ODROID-XU3 # "
#define CONFIG_IDENT_STRING " for ODROID-XU3"