diff options
-rw-r--r-- | rpi3/boot/config.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rpi3/boot/config.txt b/rpi3/boot/config.txt index ceed842e2844..e69085fcba34 100644 --- a/rpi3/boot/config.txt +++ b/rpi3/boot/config.txt @@ -64,16 +64,16 @@ uart_2ndstage=1 arm_control=0x200 # for 64-bit # Kernel binary -kernel=u-boot-spl.bin +kernel=u-boot.bin # Device tree binary device_tree=bcm2710-rpi-3-b.dtb # Kernel Address 0x0 -kernel_old=1 +#kernel_old=1 # Skip filling ATAGS -disable_commandline_tags=1 +#disable_commandline_tags=1 # enable JTAG flag enable_jtag_gpio=1 |