]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/inka4x0.h
common: cosmetic: CONFIG_ROOTPATH checkpatch compliance
[people/ms/u-boot.git] / include / configs / inka4x0.h
index 9b116e690ecc4b00f5383ac4f10cbf94fd2187ac..0d9dbefda1016b938b4ee7a8d500992f6cb77082 100644 (file)
@@ -44,6 +44,7 @@
 #ifndef CONFIG_SYS_TEXT_BASE
 #define CONFIG_SYS_TEXT_BASE   0xFFE00000      /* Standard: boot low */
 #endif
+#define CONFIG_SYS_LDSCRIPT    "arch/powerpc/cpu/mpc5xxx/u-boot-customlayout.lds"
 
 #define CONFIG_SYS_MPC5XXX_CLKIN       33000000 /* ... running at 33.000000MHz         */
 
 #define        CONFIG_NETMASK          255.255.255.0
 #define HOSTNAME               inka4x0
 #define CONFIG_BOOTFILE                /tftpboot/inka4x0/uImage
-#define        CONFIG_ROOTPATH         /opt/eldk/ppc_6xx
+#define        CONFIG_ROOTPATH         "/opt/eldk/ppc_6xx"
 
 #define CONFIG_EXTRA_ENV_SETTINGS                                      \
        "netdev=eth0\0"                                                 \