Skip to content
  • Hugo Grostabussiat's avatar
    imx8m spl: code cleanup · ef141389
    Hugo Grostabussiat authored
    - Put the MMC device initialization part in a separate function.
    - Flatten indented code by using "return" in the exception path, since
      there is no error handling to perform.
    - Include the full function definition for ddr_load_train_code() in the
      preprocessor conditional, so you don't have to scroll up to see the
      function prototype for the #else case.
    ef141389