github.com/usbarmory/tamago@v0.0.0-20240508072735-8612bbe1e454/soc/nxp/imx6ul/mem.go (about)

     1  // NXP i.MX6UL initialization
     2  // https://github.com/usbarmory/tamago
     3  //
     4  // Copyright (c) WithSecure Corporation
     5  // https://foundry.withsecure.com
     6  //
     7  // Use of this source code is governed by the license
     8  // that can be found in the LICENSE file.
     9  
    10  //go:build !linkramstart
    11  // +build !linkramstart
    12  
    13  package imx6ul
    14  
    15  import (
    16  	_ "unsafe"
    17  )
    18  
    19  //go:linkname ramStart runtime.ramStart
    20  var ramStart uint32 = MMDC_BASE