X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=lib_blackfin%2Fu-boot.lds.S;h=2b23d8ba63ed9e87f90b9977e589a8dafbe2f319;hb=fd4e49c18901a50b1648235f26da1e8caa0f8764;hp=3be341fad0f327713d33344213ccf8bafe7448fc;hpb=846a6391e4bc9fdd721753a1021953ff0ca17c27;p=platform%2Fkernel%2Fu-boot.git diff --git a/lib_blackfin/u-boot.lds.S b/lib_blackfin/u-boot.lds.S index 3be341f..2b23d8b 100644 --- a/lib_blackfin/u-boot.lds.S +++ b/lib_blackfin/u-boot.lds.S @@ -1,7 +1,7 @@ /* * U-boot - u-boot.lds.S * - * Copyright (c) 2005-2008 Analog Device Inc. + * Copyright (c) 2005-2010 Analog Device Inc. * * (C) Copyright 2000-2004 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. @@ -29,7 +29,6 @@ #include #undef ALIGN #undef ENTRY -#undef bfin #ifndef LDS_BOARD_TEXT # define LDS_BOARD_TEXT @@ -100,7 +99,7 @@ SECTIONS .data : { - . = ALIGN(256); + . = ALIGN(4); *(.data .data.*) *(.data1) *(.sdata)