Advertisement
Guest User

Untitled

a guest
Jun 10th, 2015
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.76 KB | None | 0 0
  1. From 05e5d2f625797f91b106a45cdbf5bfc1345d9892 Mon Sep 17 00:00:00 2001
  2. From: root <root@olymp.nortmann.local>
  3. Date: Wed, 10 Jun 2015 09:53:02 +0200
  4. Subject: [PATCH] add CONFIG_SYS_64BIT_LBA for SUNXI_AHCI
  5.  
  6. ---
  7. include/configs/sunxi-common.h | 1 +
  8.  1 file changed, 1 insertion(+)
  9.  
  10. diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h
  11. index 2a2f38a..be984f4 100644
  12. --- a/include/configs/sunxi-common.h
  13. +++ b/include/configs/sunxi-common.h
  14. @@ -87,6 +87,7 @@
  15.  #define CONFIG_SCSI_AHCI
  16.  #define CONFIG_SCSI_AHCI_PLAT
  17.  #define CONFIG_SUNXI_AHCI
  18. +#define CONFIG_SYS_64BIT_LBA       1
  19.  #define CONFIG_SYS_SCSI_MAX_SCSI_ID    1
  20.  #define CONFIG_SYS_SCSI_MAX_LUN        1
  21.  #define CONFIG_SYS_SCSI_MAX_DEVICE (CONFIG_SYS_SCSI_MAX_SCSI_ID * \
  22. --
  23. 2.0.5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement