diff options
author | Wu, Josh <Josh.wu@atmel.com> | 2015-01-19 15:25:56 +0800 |
---|---|---|
committer | Andreas Bießmann <andreas.devel@googlemail.com> | 2015-02-07 23:42:58 +0100 |
commit | f5702d7d7fcb2c6668ebb131454bec8f4db82be5 (patch) | |
tree | eaff0b91c99022465ec42083bf93396dba7c0eb2 /configs | |
parent | 0e48dc5e416f031c8eb05143f2dfab3111ec3b29 (diff) | |
download | u-boot-imx-f5702d7d7fcb2c6668ebb131454bec8f4db82be5.zip u-boot-imx-f5702d7d7fcb2c6668ebb131454bec8f4db82be5.tar.gz u-boot-imx-f5702d7d7fcb2c6668ebb131454bec8f4db82be5.tar.bz2 |
ARM: at91: mmc portA support is only for at91sam9g20ek_2mmc board
Current the MMC support will enable MCI port A, Which is only exist
for 2mmc board.
So by default we need to disable MMC (port A) support. And only enable
it for 2mmc board. Otherwise, dataflash won't work in at91sam9260ek board
as MMC has confliction with Dataflash in the CLK pin.
Signed-off-by: Josh Wu <josh.wu@atmel.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/at91sam9g20ek_2mmc_defconfig | 3 | ||||
-rw-r--r-- | configs/at91sam9g20ek_mmc_defconfig | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/configs/at91sam9g20ek_2mmc_defconfig b/configs/at91sam9g20ek_2mmc_defconfig new file mode 100644 index 0000000..4eef04f --- /dev/null +++ b/configs/at91sam9g20ek_2mmc_defconfig @@ -0,0 +1,3 @@ +CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9G20,AT91SAM9G20EK_2MMC,SYS_USE_MMC" +CONFIG_ARM=y +CONFIG_TARGET_AT91SAM9260EK=y diff --git a/configs/at91sam9g20ek_mmc_defconfig b/configs/at91sam9g20ek_mmc_defconfig deleted file mode 100644 index 8cca2e5..0000000 --- a/configs/at91sam9g20ek_mmc_defconfig +++ /dev/null @@ -1,3 +0,0 @@ -CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9G20,SYS_USE_MMC" -CONFIG_ARM=y -CONFIG_TARGET_AT91SAM9260EK=y |