[U-Boot] Katmai flash configuration

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

Hi Wolfgang,
On Sunday 25 July 2010 23:00:09 Wolfgang Denk wrote:
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?
Yes. I'll send a patch for this soon.
Cheers, Stefan
-- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: office@denx.de
participants (2)
-
Stefan Roese
-
Wolfgang Denk