[U-Boot] davinci_dm355evm_config -make error

Hi all
The u-boot ti git source code (u-boot-ti) does not seem to build for the dm355evm. I'm getting a "lowlevel_init.S:619:2: error: #error "Unknown DDR configuration!!!" after : make davinci_dm355evm_config make
Before I correct this am I missing something?

Hi all
The u-boot ti git source code (u-boot-ti) does not seem to build for the dm355evm.
I am using an image from that source on my EVM. Nevertheless I tried to build again and it worked.
I'm getting a "lowlevel_init.S:619:2: error: #error "Unknown DDR configuration!!!" after : make davinci_dm355evm_config make
This filed gets used only when you want low level init to happen. In the default config we have CONFIG_SKIP_LOWLEVEL_INIT. If we do not have this then the lowlevel_init.S gets compiled. Looks like you have removed this flag.
The error is because it expects a flag(DDR_4BANKS or DDR_8BANKS) to be set if we want to use this file.
Before I correct this am I missing something?
-- --Adrian Edmonds _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Thanks!
I didn't edit anything when I cloned this but after changing it it built, flashed and ran just fine.
2009/10/18 Paulraj, Sandeep s-paulraj@ti.com:
Hi all
The u-boot ti git source code (u-boot-ti) does not seem to build for the dm355evm.
I am using an image from that source on my EVM. Nevertheless I tried to build again and it worked.
I'm getting a "lowlevel_init.S:619:2: error: #error "Unknown DDR configuration!!!" after : make davinci_dm355evm_config make
This filed gets used only when you want low level init to happen. In the default config we have CONFIG_SKIP_LOWLEVEL_INIT. If we do not have this then the lowlevel_init.S gets compiled. Looks like you have removed this flag.
The error is because it expects a flag(DDR_4BANKS or DDR_8BANKS) to be set if we want to use this file.
Before I correct this am I missing something?
-- --Adrian Edmonds _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot
participants (2)
-
ExpatEgghead
-
Paulraj, Sandeep