| .. | .. |
|---|
| 64 | 64 | ldc r0, r6_bank |
|---|
| 65 | 65 | #endif |
|---|
| 66 | 66 | |
|---|
| 67 | | -#ifdef CONFIG_OF_FLATTREE |
|---|
| 67 | +#ifdef CONFIG_OF_EARLY_FLATTREE |
|---|
| 68 | 68 | mov r4, r12 ! Store device tree blob pointer in r12 |
|---|
| 69 | 69 | #endif |
|---|
| 70 | 70 | |
|---|
| .. | .. |
|---|
| 315 | 315 | 10: |
|---|
| 316 | 316 | #endif |
|---|
| 317 | 317 | |
|---|
| 318 | | -#ifdef CONFIG_OF_FLATTREE |
|---|
| 318 | +#ifdef CONFIG_OF_EARLY_FLATTREE |
|---|
| 319 | 319 | mov.l 8f, r0 ! Make flat device tree available early. |
|---|
| 320 | 320 | jsr @r0 |
|---|
| 321 | 321 | mov r12, r4 |
|---|
| .. | .. |
|---|
| 346 | 346 | 5: .long start_kernel |
|---|
| 347 | 347 | 6: .long cpu_init |
|---|
| 348 | 348 | 7: .long init_thread_union |
|---|
| 349 | | -#if defined(CONFIG_OF_FLATTREE) |
|---|
| 349 | +#if defined(CONFIG_OF_EARLY_FLATTREE) |
|---|
| 350 | 350 | 8: .long sh_fdt_init |
|---|
| 351 | 351 | #endif |
|---|
| 352 | 352 | |
|---|