X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2Finka4x0.h;h=2b0b61697eb4126a1ad88096a712fe064e2b8b7d;hb=f5e5e1ff0ac3e2934f34174b6111c5f8eae1dd25;hp=9b116e690ecc4b00f5383ac4f10cbf94fd2187ac;hpb=25ddd1fb0a2281b182529afbc8fda5de2dc16d96;p=oweals%2Fu-boot.git diff --git a/include/configs/inka4x0.h b/include/configs/inka4x0.h index 9b116e690e..2b0b61697e 100644 --- a/include/configs/inka4x0.h +++ b/include/configs/inka4x0.h @@ -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 */ @@ -133,8 +134,8 @@ #define CONFIG_SERVERIP 192.168.100.1 #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_BOOTFILE "/tftpboot/inka4x0/uImage" +#define CONFIG_ROOTPATH "/opt/eldk/ppc_6xx" #define CONFIG_EXTRA_ENV_SETTINGS \ "netdev=eth0\0" \