diff options
author | Lei Wen <[leiwen@marvell.com]> | 2011-02-09 12:36:58 (GMT) |
---|---|---|
committer | Albert Aribaud <albert.aribaud@free.fr> | 2011-02-21 07:30:55 (GMT) |
commit | cf946c6d09938e1e6ef01a7488c6e75a1cf71c47 (patch) | |
tree | 122470e1b5d5a553d2e9572f15f8f1a531c5bc43 /README | |
parent | 495df3bad9f250a36470cce15f14c36c616172b6 (diff) | |
download | u-boot-cf946c6d09938e1e6ef01a7488c6e75a1cf71c47.tar.xz |
mv: seperate kirkwood and armada from common setting
Since there are lots of difference between kirkwood and armada series,
it is better to seperate them but still keep the most common file
shared by all marvell platform in the mv-common configure file.
This patch move the kirkwood only driver definitoin in mv-common to
the <soc_name>/config.h.
This patch is tested with compilation for armada100 and guruplug.
Signed-off-by: Lei Wen <leiwen@marvell.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -319,6 +319,11 @@ The following options need to be configured: CONFIG_SYS_PQ2FADS - PQ2FADS-ZU or PQ2FADS-VR CONFIG_SYS_8272ADS - MPC8272ADS +- Marvell Family Member + CONFIG_SYS_MVFS - define it if you want to enable + multiple fs option at one time + for marvell soc family + - MPC824X Family Member (if CONFIG_MPC824X is defined) Define exactly one of CONFIG_MPC8240, CONFIG_MPC8245 |