> Hi, > > I can't understand that why u-boot code relocate itself form flash to RAM? > why it doesn't execute from flash? > Can anybody explain. Plz > First, flash is slow. Second, there are many data structures or variables which should be writable. So, we should copy u-boot to RAM and relocate it.