omap3530/beagleboard/bootstrap/beagle.s
changeset 51 254b9435d75e
parent 22 b7e488c49d0d
child 84 09e266454dcf
equal deleted inserted replaced
48:23f868c54bc5 51:254b9435d75e
   172 GetRamBanks	ROUT
   172 GetRamBanks	ROUT
   173 		ADR		r0, %FT1
   173 		ADR		r0, %FT1
   174 		MOV		pc, lr
   174 		MOV		pc, lr
   175 1
   175 1
   176 		; DRAM has been set-up by boot loader so no need to configure or probe
   176 		; DRAM has been set-up by boot loader so no need to configure or probe
   177 		DCD		DRamBankBase | RAM_VERBATIM, DRamBankMaxSize
   177 		DCD		DRamBankBase :OR: RAM_VERBATIM, DRamBankMaxSize
   178 		DCD		0,0				; terminator
   178 		DCD		0,0				; terminator
   179 
   179 
   180 
   180 
   181 
   181 
   182 
   182