uboot-mt623x/board/mtk/sciphone_g2
Marcin 254b41cd0c sciphone_g2: Changed load address
Loading U-Boot code at low addresses (begining of RAM) can cause problem.
Function get_ram_size() detects size of RAM writing pattern
between 256MB and 0MB. It takes highest address and divides
it by 2 on every iteration. It's possible that this function will
destroy code which is executed at the moment (writing detection pattern).
U-Boot will probably not occupy more than 2MB, so it's safe to
load code between 4MB and 8MB (excluding 0x400000 and 0x800000).
Loading U-Boot at address 0x500000 eliminates problem with get_ram_size()
function.

Signed-off-by: Marcin <marcin.mielczarczyk@gmail.com>
2011-02-17 07:08:16 +01:00
..
Makefile
config.mk sciphone_g2: Changed load address 2011-02-17 07:08:16 +01:00
sciphone_g2.c sciphone_g2: Added support for SD/MMC memory cards. 2011-02-17 07:08:16 +01:00