summaryrefslogtreecommitdiff
path: root/board/eltec/elppc
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2005-08-07 23:03:24 (GMT)
committerWolfgang Denk <wd@pollux.denx.de>2005-08-07 23:03:24 (GMT)
commit700a0c648df72f2c8e0589c0d0470b5ffd7cab7b (patch)
tree819928504de4b8fc80e632fa5c485204fd7542a7 /board/eltec/elppc
parent452e8e72ada5141f58008a902e1d4be42ce15abb (diff)
downloadu-boot-700a0c648df72f2c8e0589c0d0470b5ffd7cab7b.tar.xz
Add common (with Linux) MTD partition scheme and "mtdparts" command
Old, obsolete and duplicated code was cleaned up and replace by the new partitioning method. There are two possible approaches now: * define a single, static partition * use mtdparts command line option and dynamic partitioning Default is static partitioning.
Diffstat (limited to 'board/eltec/elppc')
-rw-r--r--board/eltec/elppc/asm_init.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/eltec/elppc/asm_init.S b/board/eltec/elppc/asm_init.S
index a5605b7..1b8d399 100644
--- a/board/eltec/elppc/asm_init.S
+++ b/board/eltec/elppc/asm_init.S
@@ -24,6 +24,7 @@
*/
#include <config.h>
+#include <asm/processor.h>
#include <version.h>
#include <mpc106.h>