
25 Jul
2010
25 Jul
'10
11 p.m.
Hello Stefan,
I have problems understanding the configuration in "include/configs/katmai.h". I read:
188 #define CONFIG_EXTRA_ENV_SETTINGS \ ... 193 "kernel_addr=fff10000\0" \ 194 "ramdisk_addr=fff20000\0" \ ...
"kernel_addr" and "ramdisk_addr" are just 64 KiB apart; this is not even nearly enough for a Linux kernel image? And I don't see any definition of a "fdt_addr" variable anywhere?
I think this needs cleanup?
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
Old programmers never die, they just branch to a new address.