
This series is based on the comments received [1] on my earlier submission[2].
Intent of sending as RFC is to thrash out the ideas and then send a formal patch.
More details in individual patch description.
[1] http://marc.info/?l=u-boot&m=128818733126234&w=2 [2] http://marc.info/?l=u-boot&m=128818664024766&w=2
There could be compilation issues as I have not tried building the u-boot with these changes; but will sort them (if any) for final submission.
Sanjeev Premi (3): omap3evm: Move generic config options in common file omap3evm: Update configuration to use common definitions omap3evm: Add support for quick boot
include/configs/omap3_evm_common.h | 269 ++++++++++++++++++++++++++++++++++++ include/configs/omap3_evm_full.h | 160 +++++++++++++++++++++ include/configs/omap3_evm_quick.h | 155 +++++++++++++++++++++ 3 files changed, 584 insertions(+), 0 deletions(-) create mode 100644 include/configs/omap3_evm_common.h create mode 100644 include/configs/omap3_evm_full.h create mode 100644 include/configs/omap3_evm_quick.h