X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Famcore.h;h=bbab8b2f48171252dbcb1c566e94ff3c07c1ddfb;hb=e5d5d4474ace2136009139e264b8edf2cddb13cb;hp=229fa5a6c2d5a2f573615e57be31140bc80eb5e0;hpb=692e5c4e7eb267f3d8f3a8c9d2348eff6f5f21e2;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/amcore.h b/include/configs/amcore.h index 229fa5a..bbab8b2 100644 --- a/include/configs/amcore.h +++ b/include/configs/amcore.h @@ -21,18 +21,11 @@ #define CONFIG_BOOTDELAY 1 #define CONFIG_BOOTCOMMAND "bootm ffc20000" -#include #undef CONFIG_CMD_AES -#undef CONFIG_CMD_BOOTD -#undef CONFIG_CMD_NET -#undef CONFIG_CMD_NFS -#undef CONFIG_CMD_FPGA -#undef CONFIG_CMD_XIMG #define CONFIG_CMD_CACHE #define CONFIG_CMD_TIMER #define CONFIG_CMD_DIAG -#define CONFIG_SYS_PROMPT "amcore $ " /* undef to save memory */ #undef CONFIG_SYS_LONGHELP @@ -98,6 +91,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)