| 1234567891011121314151617 |
- --- a/linux_ivt.bd
- +++ b/linux_ivt.bd
- @@ -4,10 +4,10 @@ options {
- flags = 0x01;
- }
- sources {
- - power_prep="./power_prep/power_prep";
- - sdram_prep="./boot_prep/boot_prep";
- - linux_prep="./linux_prep/output-target/linux_prep";
- - zImage="./zImage";
- + power_prep="./power_prep";
- + sdram_prep="./boot_prep";
- + linux_prep="./linux_prep";
- + zImage="./zImage_dtb";
- }
-
- section (0) {
|