diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2011-11-09 06:14:20 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-11-10 15:26:58 +0100 |
commit | a4c15c01bfdf5a3345bda4da249ebde2fe742caa (patch) | |
tree | 131da36e8c6b4fb7ef423791ac5e1922914f0438 /board/armltd/integrator | |
parent | 7d2fd0d1d00dee2a7f49a68ea9905511cdc1a626 (diff) |
integrator: move text offset to config
Do away with the config.mk file and move the text offset to the
config files to make things easier.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'board/armltd/integrator')
-rw-r--r-- | board/armltd/integrator/config.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/board/armltd/integrator/config.mk b/board/armltd/integrator/config.mk deleted file mode 100644 index 8b57af1c5e8..00000000000 --- a/board/armltd/integrator/config.mk +++ /dev/null @@ -1,5 +0,0 @@ -# -# image should be loaded at 0x01000000 -# - -CONFIG_SYS_TEXT_BASE = 0x01000000 |