github.com/f-secure-foundry/tamago@v0.0.0-20220307101044-d73fcdd7f11b/soc/imx6/imx6ul/mem.go (about) 1 // NXP i.MX6UL initialization 2 // https://github.com/f-secure-foundry/tamago 3 // 4 // Copyright (c) F-Secure Corporation 5 // https://foundry.f-secure.com 6 // 7 // Use of this source code is governed by the license 8 // that can be found in the LICENSE file. 9 10 // +build !linkramstart 11 12 package imx6ul 13 14 import ( 15 _ "unsafe" 16 ) 17 18 //go:linkname ramStart runtime.ramStart 19 var ramStart uint32 = 0x80000000