tags:

views:

53

answers:

2

From where does the uboot get the information about flash, RTC, RAM in uboot/kernal development

A: 

That is spread throughout the u-boot source tree. A more specific question would probably get you a better answer.

JayM
+1  A: 

If you're looking for board specific things check
.../include/configs/yourboard.h

harlos