Dear Remy Bohmer, In message <[email protected]> you wrote: > > 'examples/hello_world.c' contains a small "Hello World" Demo > application; it is automatically compiled when you build U-Boot. > -It's configured to run at address 0x00040004, so you can play with it > +The address it will run on is determined by the LOAD_ADDR for > +your board in examples/Makefile. > +If it's configured to run at address 0x00040004, you can play with it > like that:
Um... the new text is as misleading as the old one was. LOAD_ADDR obviously plays a role for the entry point address, abut it's not a 1:1 relation. Probablky nobody would set LOAD_ADDR to 0x00040004 ... 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: [email protected] The universe, they said, depended for its operation on the balance of four forces which they identified as charm, persuasion, uncertainty and bloody-mindedness. -- Terry Pratchett, "The Light Fantastic" _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

