summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2015-03-20 10:47:38 -0400
committerTom Rini <trini@konsulko.com>2015-03-20 10:47:38 -0400
commit21866c34a1b4098a8868c9250daf01baf84c2397 (patch)
tree33d377aaeaa4d697bcd815b7d2ed53ebe4e1e560
parente6f4042a04195be258f79e33abe3b71af9162862 (diff)
downloadtalos-obmc-uboot-21866c34a1b4098a8868c9250daf01baf84c2397.tar.gz
talos-obmc-uboot-21866c34a1b4098a8868c9250daf01baf84c2397.zip
at91sam9rlek_mmc_defconfig: Add CONFIG_ARCH_AT91=y
This flag was missing and thus the board was totally being configured wrong. Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r--configs/at91sam9rlek_mmc_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/at91sam9rlek_mmc_defconfig b/configs/at91sam9rlek_mmc_defconfig
index 8704140605..41a282102f 100644
--- a/configs/at91sam9rlek_mmc_defconfig
+++ b/configs/at91sam9rlek_mmc_defconfig
@@ -1,4 +1,5 @@
CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9RL,SYS_USE_MMC"
CONFIG_ARM=y
+CONFIG_ARCH_AT91=y
CONFIG_TARGET_AT91SAM9RLEK=y
CONFIG_HUSH_PARSER=y
OpenPOWER on IntegriCloud