diff options
| author | Graeme Russ <graeme.russ@gmail.com> | 2011-02-12 15:11:22 +1100 |
|---|---|---|
| committer | Graeme Russ <graeme.russ@gmail.com> | 2011-02-12 15:11:22 +1100 |
| commit | fde59123666dbd13fa230286253daee00bafba3f (patch) | |
| tree | 26fcc50c516d00f9d04a84ebd1ffe44656953bbb /board/eNET | |
| parent | a85f53cd3fb2d24231808994dafe43023b3ce6d4 (diff) | |
| download | olio-uboot-2014.01-fde59123666dbd13fa230286253daee00bafba3f.tar.xz olio-uboot-2014.01-fde59123666dbd13fa230286253daee00bafba3f.zip | |
eNET: Create distinct board configurations
Position independant functionality is due for removal from the x86
architecture, so create two distinct configurations - One for Flash and
one for SRAM
Diffstat (limited to 'board/eNET')
| -rw-r--r-- | board/eNET/config.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/eNET/config.mk b/board/eNET/config.mk index ce575aba0..425714193 100644 --- a/board/eNET/config.mk +++ b/board/eNET/config.mk @@ -21,4 +21,3 @@ # MA 02111-1307 USA # -CONFIG_SYS_TEXT_BASE = 0x06000000 |