Re: [U-Boot] [PATCH 5/8] ARM Cortex A8: ifdef code calling lowlevel init

2010-03-28 Thread Tom
Rabin Vincent wrote: > Conditionally compile the code calling lowlevel_init, to avoid the > following build error when CONFIG_SKIP_LOWLEVEL_INIT is defined: > > start.S:218: undefined reference to `lowlevel_init' Move this change to the cpu/arm_cortexa9/start.S That will be created from comment

[U-Boot] [PATCH 5/8] ARM Cortex A8: ifdef code calling lowlevel init

2010-03-17 Thread Rabin Vincent
Conditionally compile the code calling lowlevel_init, to avoid the following build error when CONFIG_SKIP_LOWLEVEL_INIT is defined: start.S:218: undefined reference to `lowlevel_init' Acked-by: Michael Brandt Signed-off-by: Rabin Vincent --- cpu/arm_cortexa8/start.S |4 +++- 1 files chan