diff options
author | Daniel Walker <dwalker@codeaurora.org> | 2010-03-03 09:34:27 -0800 |
---|---|---|
committer | Daniel Walker <dwalker@codeaurora.org> | 2010-05-12 09:14:33 -0700 |
commit | 2012e49e8ad4ae432cf1667e945b0f335c3e6d38 (patch) | |
tree | 10517620f633445782b5e40ddab8f74d1d1bf6e9 /arch/arm/mach-msm/board-trout.h | |
parent | 43b39f9f040fd49a094222f70857e3690ce653a3 (diff) | |
download | linux-2012e49e8ad4ae432cf1667e945b0f335c3e6d38.tar.gz linux-2012e49e8ad4ae432cf1667e945b0f335c3e6d38.tar.bz2 linux-2012e49e8ad4ae432cf1667e945b0f335c3e6d38.zip |
arm: msm: move board-dream.c to board-trout.c
Move the naming of this board file back to the original Google naming.
Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm/board-trout.h')
-rw-r--r-- | arch/arm/mach-msm/board-trout.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/board-trout.h b/arch/arm/mach-msm/board-trout.h new file mode 100644 index 000000000000..4f345a5a0a61 --- /dev/null +++ b/arch/arm/mach-msm/board-trout.h @@ -0,0 +1,5 @@ + +#define TROUT_CPLD_BASE 0xE8100000 +#define TROUT_CPLD_START 0x98000000 +#define TROUT_CPLD_SIZE SZ_4K + |