X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Famcore.h;h=5a06311d604ff14219c659ff31e17ee8d698b399;hb=5296cb1d99c1dc52fbfb4f88595c69f097630be8;hp=229fa5a6c2d5a2f573615e57be31140bc80eb5e0;hpb=b491d9757d14415edcb1468ed896a704d0f0cfe7;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/amcore.h b/include/configs/amcore.h index 229fa5a..5a06311 100644 --- a/include/configs/amcore.h +++ b/include/configs/amcore.h @@ -98,6 +98,10 @@ #define CONFIG_ENV_SIZE 0x1000 #define CONFIG_ENV_SECT_SIZE 0x1000 +#define LDS_BOARD_TEXT \ + . = DEFINED(env_offset) ? env_offset : .; \ + common/env_embedded.o (.text*); + /* memory map space for linux boot data */ #define CONFIG_SYS_BOOTMAPSZ (8 << 20)