pinmux: implement updated initial config api

This commit is contained in:
Michael Scire
2020-11-09 02:01:29 -08:00
parent e0ce035323
commit d0a45b8f21
37 changed files with 2837 additions and 2117 deletions

View File

@@ -21,11 +21,10 @@
#include "boot_clock_initial_configuration.hpp"
#include "boot_driver_management.hpp"
#include "boot_fan_enable.hpp"
#include "boot_pinmux_initial_configuration.hpp"
#include "boot_repair_boot_images.hpp"
#include "boot_splash_screen.hpp"
#include "pinmux/pinmux_initial_configuration.hpp"
#include "boot_power_utils.hpp"
using namespace ams;
@@ -218,7 +217,7 @@ int main(int argc, char **argv)
}
/* Configure pinmux + drive pads. */
pinmux::SetInitialConfiguration();
boot::SetInitialPinmuxConfiguration();
/* Configure the PMC wake pin settings. */
gpio::driver::SetInitialWakePinConfig();