diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-03-13 12:37:35 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-03-13 12:37:35 +0100 |
commit | ff7fefe6797246b2748530f965f2e41de34a982a (patch) | |
tree | 11a2822c35a388ac1d00a43875e8c76508b97955 /board | |
parent | 86f5f0342d1d2c787d984ecb9135db993e3a9f6a (diff) |
Apply SoC concept to arm926ejs CPUs, i.e. move the SoC specific timer and
cpu_reset code from cpu/$(CPU) into the new cpu/$(CPU)/$(SOC) directories
Patch by Andreas Engel, 13 Mar 2006
Diffstat (limited to 'board')
-rwxr-xr-x | board/versatile/split_by_variant.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/versatile/split_by_variant.sh b/board/versatile/split_by_variant.sh index 35c663e6a55..576f238adef 100755 --- a/board/versatile/split_by_variant.sh +++ b/board/versatile/split_by_variant.sh @@ -36,5 +36,5 @@ fi # --------------------------------------------------------- # Complete the configuration # --------------------------------------------------------- -./mkconfig -a versatile arm arm926ejs versatile +./mkconfig -a versatile arm arm926ejs versatile NULL versatile echo "Variant:: $variant" |