mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-20 06:01:26 +02:00
M28: Pull out CONFIG_APBH_DMA so it's always enabled
The ABPH DMA is now used also by the SD card. Therefore it has to be enabled even if NAND is disabled. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Stefano Babic <sbabic@denx.de> Cc: Wolfgang Denk <wd@denx.de> Cc: Detlev Zundel <dzu@denx.de> Cc: Fabio Estevam <fabio.estevam@freescale.com>
This commit is contained in:
parent
96666a39ae
commit
e87ca8c049
@ -145,13 +145,17 @@
|
|||||||
#define CONFIG_MXS_MMC
|
#define CONFIG_MXS_MMC
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/*
|
||||||
|
* APBH DMA
|
||||||
|
*/
|
||||||
|
#define CONFIG_APBH_DMA
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* NAND
|
* NAND
|
||||||
*/
|
*/
|
||||||
#define CONFIG_ENV_SIZE (16 * 1024)
|
#define CONFIG_ENV_SIZE (16 * 1024)
|
||||||
#ifdef CONFIG_CMD_NAND
|
#ifdef CONFIG_CMD_NAND
|
||||||
#define CONFIG_NAND_MXS
|
#define CONFIG_NAND_MXS
|
||||||
#define CONFIG_APBH_DMA
|
|
||||||
#define CONFIG_SYS_MAX_NAND_DEVICE 1
|
#define CONFIG_SYS_MAX_NAND_DEVICE 1
|
||||||
#define CONFIG_SYS_NAND_BASE 0x60000000
|
#define CONFIG_SYS_NAND_BASE 0x60000000
|
||||||
#define CONFIG_SYS_NAND_5_ADDR_CYCLE
|
#define CONFIG_SYS_NAND_5_ADDR_CYCLE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user