diff options
| author | Sandeep Paulraj <s-paulraj@ti.com> | 2010-12-11 10:35:40 -0500 |
|---|---|---|
| committer | Sandeep Paulraj <s-paulraj@ti.com> | 2010-12-11 10:35:40 -0500 |
| commit | 917a62c0d292d9da45100a76151a9fa2d13a9cdc (patch) | |
| tree | 3ad9269efbd993f516edb708e0d51e937e017847 /include/configs/inka4x0.h | |
| parent | fb69abf269c789f9e53f70abedc98872a3f49562 (diff) | |
| parent | 2ced53e1ad552a7a192b2f3c9671e60eb668ecfa (diff) | |
| download | olio-uboot-2014.01-917a62c0d292d9da45100a76151a9fa2d13a9cdc.tar.xz olio-uboot-2014.01-917a62c0d292d9da45100a76151a9fa2d13a9cdc.zip | |
Merge branch 'next' of git://git.denx.de/u-boot into next
Diffstat (limited to 'include/configs/inka4x0.h')
| -rw-r--r-- | include/configs/inka4x0.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/inka4x0.h b/include/configs/inka4x0.h index 9b116e690..b19d54481 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 */ |