mirror of
https://xff.cz/git/u-boot/
synced 2025-11-01 19:05:51 +01:00
tegra: fix leftover CONFIG_TEGRA2_MMC & _SPI build switches
Missed some boards after my tegra2_mmc.* -> tegra_mmc.* change, and one instance of CONFIG_TEGRA2_SPI. MAKEALL -s tegra2 AOK, Seaboard MMC AOK. Didn't test Tamonten, Paz00 or TrimSlice, as I have none here. Signed-off-by: Tom Warren <twarren@nvidia.com> Acked-by: Stephen Warren <swarren@wwwdotorg.org>
This commit is contained in:
committed by
Albert ARIBAUD (U-Boot)
parent
d70575b6d0
commit
1e2d785975
@@ -30,7 +30,7 @@
|
||||
#include <asm/arch/pinmux.h>
|
||||
#include <asm/arch/mmc.h>
|
||||
#include <asm/gpio.h>
|
||||
#ifdef CONFIG_TEGRA2_MMC
|
||||
#ifdef CONFIG_TEGRA_MMC
|
||||
#include <mmc.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user