diff options
Diffstat (limited to 'board')
-rw-r--r-- | board/atmel/at91rm9200ek/misc.c | 1 | ||||
-rw-r--r-- | board/digsy_mtc/digsy_mtc.c | 1 | ||||
-rw-r--r-- | board/digsy_mtc/is42s16800a-7t.h | 1 | ||||
-rw-r--r-- | board/esd/dasa_sim/config.mk | 1 | ||||
-rw-r--r-- | board/freescale/m5282evb/u-boot.lds | 2 |
5 files changed, 1 insertions, 5 deletions
diff --git a/board/atmel/at91rm9200ek/misc.c b/board/atmel/at91rm9200ek/misc.c index d56f33f..81de32f 100644 --- a/board/atmel/at91rm9200ek/misc.c +++ b/board/atmel/at91rm9200ek/misc.c @@ -48,4 +48,3 @@ int addr2ram(ulong addr) return result; } - diff --git a/board/digsy_mtc/digsy_mtc.c b/board/digsy_mtc/digsy_mtc.c index e231c10..83d5864 100644 --- a/board/digsy_mtc/digsy_mtc.c +++ b/board/digsy_mtc/digsy_mtc.c @@ -304,4 +304,3 @@ void ft_board_setup(void *blob, bd_t *bd) #endif /* defined(CONFIG_OF_LIBFDT) && defined(CONFIG_OF_BOARD_SETUP) */ #endif /* CONFIG_CMD_IDE */ - diff --git a/board/digsy_mtc/is42s16800a-7t.h b/board/digsy_mtc/is42s16800a-7t.h index 1873ea7..64a81f4 100644 --- a/board/digsy_mtc/is42s16800a-7t.h +++ b/board/digsy_mtc/is42s16800a-7t.h @@ -25,4 +25,3 @@ #define SDRAM_CONTROL 0x505F0000 #define SDRAM_CONFIG1 0xD2322900 #define SDRAM_CONFIG2 0x8AD70000 - diff --git a/board/esd/dasa_sim/config.mk b/board/esd/dasa_sim/config.mk index 5d612d2..ae855dc 100644 --- a/board/esd/dasa_sim/config.mk +++ b/board/esd/dasa_sim/config.mk @@ -21,4 +21,3 @@ # MA 02111-1307 USA # TEXT_BASE = 0xFFFC0000 - diff --git a/board/freescale/m5282evb/u-boot.lds b/board/freescale/m5282evb/u-boot.lds index dc18b7d..f46e025 100644 --- a/board/freescale/m5282evb/u-boot.lds +++ b/board/freescale/m5282evb/u-boot.lds @@ -61,7 +61,7 @@ SECTIONS lib_generic/vsprintf.o (.text) lib_generic/crc32.o (.text) - . = env_offset; + . = DEFINED(env_offset) ? env_offset : .; common/env_embedded.o(.text) *(.text) |