mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
microblaze: Move architecture to use generic board init
Compile code with -fPIC to get GOT. Do not build SPL with fPIC because it increasing SPL size for nothing. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
@@ -813,7 +813,7 @@ init_fnc_t init_sequence_r[] = {
|
||||
#if defined(CONFIG_ARM)
|
||||
initr_enable_interrupts,
|
||||
#endif
|
||||
#ifdef CONFIG_X86
|
||||
#if defined(CONFIG_X86) || defined(CONFIG_MICROBLAZE)
|
||||
timer_init, /* initialize timer */
|
||||
#endif
|
||||
#if defined(CONFIG_STATUS_LED) && defined(STATUS_LED_BOOT)
|
||||
|
Reference in New Issue
Block a user