X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Fpcs440ep.h;h=7cf22ba7639423e4273f90cfde8985af209b8840;hb=7c3d6a29cd1ed315185068fd8384d150ef5f967b;hp=5de8e98aca3dc68bc93a9921ae7e21d4e124a12f;hpb=326ea986ac150acdc7656d57fca647db80b50158;p=u-boot diff --git a/include/configs/pcs440ep.h b/include/configs/pcs440ep.h index 5de8e98aca..7cf22ba763 100644 --- a/include/configs/pcs440ep.h +++ b/include/configs/pcs440ep.h @@ -2,7 +2,7 @@ * (C) Copyright 2006 * Stefan Roese, DENX Software Engineering, sr@denx.de. * - * SPDX-License-Identifier: GPL-2.0+ + * SPDX-License-Identifier: GPL-2.0+ */ /************************************************************************ @@ -157,7 +157,7 @@ "flash_self=run ramargs addip addtty;" \ "bootm ${kernel_addr} ${ramdisk_addr}\0" \ "net_nfs=tftp 200000 ${bootfile};run nfsargs addip addtty;" \ - "bootm\0" \ + "bootm\0" \ "rootpath=/opt/eldk/ppc_4xx\0" \ "bootfile=/tftpboot/pcs440ep/uImage\0" \ "kernel_addr=FFF00000\0" \