diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-09-14 16:36:23 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-09-14 17:25:24 -0700 |
commit | 3fb4bb5b92a8aefa15d4bbbc7fe63b6f71024ac1 (patch) | |
tree | 12d292f95bba8046bbc862e72c66b699f1228d38 /conf/machine | |
parent | add861a395e78086aaca2adda8c389742318494d (diff) |
p2020ds: Pull in tune-ppce500v2.conf
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/p2020ds.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/p2020ds.conf b/conf/machine/p2020ds.conf index 996a3becc0..bb85fb9427 100644 --- a/conf/machine/p2020ds.conf +++ b/conf/machine/p2020ds.conf @@ -21,3 +21,6 @@ USE_VT = "0" #setup serial console on Com1 SERIAL_CONSOLE = "-L 115200 ttyS0" + +#tune for the e500v2 core +require conf/machine/include/tune-ppce500v2.inc |