sdmmc: remove hwinit

This commit is contained in:
Michael Scire
2020-10-30 11:52:28 -07:00
parent f7d4960cd3
commit 46146bd71c
29 changed files with 1 additions and 6014 deletions

View File

@@ -14,7 +14,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <exosphere.hpp>
#include "hwinit.h"
namespace ams::sdmmc_test {
@@ -49,7 +48,7 @@ namespace ams::sdmmc_test {
void Main() {
/* Perform butchered hwinit. */
/* TODO: replace with simpler, non-C logic. */
nx_hwinit();
/* nx_hwinit(); */
/* Clear output buffer for debug. */
std::memset((void *)0x40038000, 0xAA, 0x400);