]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/M5249EVB.h
karo: fdt: fix panel-dpi support
[karo-tx-uboot.git] / include / configs / M5249EVB.h
index 60e5b45942a0239b7120264e31617d79c702de53..a93bafcb7526677d600575a6e832dac182ebb177 100644 (file)
@@ -39,9 +39,7 @@
 /*
  * Command line configuration.
  */
-#include <config_cmd_default.h>
 #define CONFIG_CMD_CACHE
-#undef CONFIG_CMD_NET
 
 #define CONFIG_SYS_LONGHELP                            /* undef to save memory         */
 
 #define CONFIG_SYS_INIT_SP_OFFSET      CONFIG_SYS_GBL_DATA_OFFSET
 
 #define CONFIG_ENV_IS_IN_FLASH 1
+
+#define LDS_BOARD_TEXT \
+        . = DEFINED(env_offset) ? env_offset : .; \
+        common/env_embedded.o (.text);
+
 #define CONFIG_ENV_OFFSET              0x4000  /* Address of Environment Sector*/
 #define CONFIG_ENV_SIZE                0x2000  /* Total Size of Environment Sector     */
 #define CONFIG_ENV_SECT_SIZE   0x2000 /* see README - env sector total size    */