702147b797
Tidy this up a little. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
18 lines
394 B
Diff
18 lines
394 B
Diff
--- a/linux_prebuilt.db
|
|
+++ b/linux_prebuilt.db
|
|
@@ -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) {
|