mirror of
https://xff.cz/git/u-boot/
synced 2025-11-01 19:05:51 +01:00
Revert "omap_hsmmc: update struct hsmmc to accommodate omap3 from DT"
This reverts commit 46831c1a4c.
This reserved area at the beginning of struct hsmm, will be used later to
support ADMA
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
committed by
Tom Rini
parent
086ebcd40e
commit
741726ae4c
@@ -28,6 +28,9 @@
|
||||
#include <mmc.h>
|
||||
|
||||
struct hsmmc {
|
||||
#ifdef CONFIG_DM_MMC
|
||||
unsigned char res0[0x100];
|
||||
#endif
|
||||
unsigned char res1[0x10];
|
||||
unsigned int sysconfig; /* 0x10 */
|
||||
unsigned int sysstatus; /* 0x14 */
|
||||
|
||||
Reference in New Issue
Block a user